Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Ask a Question!
Hello all,
technical tools:
I would like to use the GPU in Portainer as well. However, I have not yet managed to make it available. What I have done so far – my results:
Install Nvidia Toolkit: https://nvidia.github.io/libnvidia-container/stable/
Set the default runtime to nvidia:
And I've modified the Start-Exec for portainer with GPU
docker run -d -p 9443:9443 --name portainer --gpus=all --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /usr/local/share/ca-certificates/ucs-root-01.crt:/etc/ssl/certs/ucs-root-01.crt -v /usr/local/share/ca-certificates/ucs-root-wildcard1.crt:/etc/ssl/certs/ucs-root-wildcard1.crt -v portainer_data:/data -v /docker/appdata/certs:/certs portainer/portainer-ee:lts --sslcert /certs/ucs-apache.crt --sslkey /certs/ucs-apache.keyBut it still starts with “runc.” Why is that? What am I missing here?
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions