AppFeed/templates/ndetarsRepository/n8detar/deepstack.xml
2021-02-23 15:49:21 -05:00

119 lines
6.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>deepstack</Name>
<Repository>deepquestai/deepstack</Repository>
<Registry>https://hub.docker.com/r/deepquestai/deepstack</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Project>https://deepstack.cc</Project>
<Overview>DeepStack is an AI server that empowers every developer in the world to easily build state-of-the-art AI systems both on premise and in the cloud. The promises of Artificial Intelligence are huge but becoming a machine learning engineer is hard. Build and deploy AI powered applications with in-built and custom AI APIs, all offline and self-hosted. See https://deepstack.cc&#13;
[br]&#13;
[br]&#13;
To use with home assistant see: https://github.com/robmarkcole/HASS-Deepstack-object#hass-deepstack-object&#13;
[br]&#13;
[br]&#13;
[b][u][span style='color: #E80000;']Old CPUs without AVX[/span][/u][/b]&#13;
[br]&#13;
If you are using an older cpu that dosn't support AVX add [b]:noavx[/b] to the end of the [b]"Repository:"[/b] field. &#13;
[br]&#13;
Should look like this: [b]deepquestai/deepstack:noavx[/b]&#13;
[br]&#13;
[br]&#13;
[b][u][span style='color: #E80000;']Nvidia GPU Use[/span][/u][/b]&#13;
[br]&#13;
Install Unraid Nvidia Plugin to install Nvidia Drivers: [b]https://forums.unraid.net/topic/98978-plugin-nvidia-driver/[/b]&#13;
[br] &#13;
Add [b]:gpu[/b] to the end of the [b]"Repository:"[/b] field. Should look like this: [b]deepquestai/deepstack:gpu[/b]&#13;
[br]&#13;
Add [b]--runtime=nvidia[/b] to the [b]"Extra Parameters:"[/b] field (switch on advanced view) .&#13;
[br]&#13;
Copy your [b]GPU UUID[/b] to [b]NVIDIA_VISIBLE_DEVICES.[/b]</Overview>
<WebUI>http://[IP]:[PORT:5000]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/n8detar/docker-templates/master/n8detar/deepstack.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/n8detar/docker-templates/master/n8detar/images/deepstack.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>5000</HostPort>
<ContainerPort>5000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/deepstack</HostDir>
<ContainerDir>/datastore</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/deepstack/custom_models</HostDir>
<ContainerDir>/modelstore/detection</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>False</Value>
<Name>VISION-DETECTION</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>False</Value>
<Name>VISION-FACE</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>False</Value>
<Name>VISION-SCENE</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>Medium</Value>
<Name>MODE</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>API-KEY</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>ADMIN-KEY</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>NVIDIA_VISIBLE_DEVICES</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>all</Value>
<Name>NVIDIA_DRIVER_CAPABILITIES</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="WebUI" Target="5000" Default="5000" Mode="tcp" Description="For access to the Web UI and API. Default is 5000." Type="Port" Display="always" Required="true" Mask="false">5000</Config>
<Config Name="AppData" Target="/datastore" Default="/mnt/user/appdata/deepstack" Mode="rw" Description="(Container Path: /datastore)" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/deepstack</Config>
<Config Name="Custom Model Store" Target="/modelstore/detection" Default="/mnt/user/appdata/deepstack/custom_models" Mode="rw" Description="This specifies the local directory where you stored your custom models. (Container Path: /modelstore/detection)" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/deepstack/custom_models</Config>
<Config Name="Object Detection" Target="VISION-DETECTION" Default="True|False" Mode="" Description="This enables the object detection API. Default is False. (VISION-DETECTION)" Type="Variable" Display="always" Required="false" Mask="false">False</Config>
<Config Name="Face Detection" Target="VISION-FACE" Default="True|False" Mode="" Description="This enables the face recognition APIs. Default is False. (VISION-FACE)" Type="Variable" Display="always" Required="false" Mask="false">False</Config>
<Config Name="Scene Detection" Target="VISION-SCENE" Default="True|False" Mode="" Description="This enables the scene recognition API. Default is False. (VISION-SCENE)" Type="Variable" Display="always" Required="false" Mask="false">False</Config>
<Config Name="Performance Mode" Target="MODE" Default="High|Medium|Low" Mode="" Description="DeepStack offers three modes allowing you to tradeoff speed for performance. You can specify performance mode to be High, Medium and Low. Default is Medium. (MODE)" Type="Variable" Display="always" Required="false" Mask="false">Medium</Config>
<Config Name="API Key" Target="API-KEY" Default="" Mode="" Description="API Key used to protect your api endpoint to prevent unauthorized access. (API-KEY)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Admin Key" Target="ADMIN-KEY" Default="" Mode="" Description="The Admin Key protects admin APIs such as adding models, deleting models, list models, backup and restore. (ADMIN-KEY)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Nvidia Visible Devices" Target="NVIDIA_VISIBLE_DEVICES" Default="" Mode="" Description="Requires Nvidia GPU and Unraid Nvidia drivers. (NVIDIA_VISIBLE_DEVICES)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Nvidia Driver Capabilities" Target="NVIDIA_DRIVER_CAPABILITIES" Default="all " Mode="" Description="Requires Nvidia GPU and Unraid Nvidia drivers. Default is all. (NVIDIA_DRIVER_CAPABILITIES)" Type="Variable" Display="always" Required="false" Mask="false">all</Config>
<Date>1609368546</Date>
<Description>DeepStack is an AI server that empowers every developer in the world to easily build state-of-the-art AI systems both on premise and in the cloud. The promises of Artificial Intelligence are huge but becoming a machine learning engineer is hard. Build and deploy AI powered applications with in-built and custom AI APIs, all offline and self-hosted. See https://deepstack.cc&#13;
&#13;
&#13;
To use with home assistant see: https://github.com/robmarkcole/HASS-Deepstack-object#hass-deepstack-object</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/ndetarsRepository/n8detar/deepstack.xml</templatePath>
</Container>