-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Portainer support #11
Comments
@fahadshery |
I wish I could deploy it on Portainer and keep it running there and then just get into the shell as and when required? Here is how I deployed:
It lands me in the container's bash terminal where I could access:
but obviously, the container dies as soon as you exit. |
the other reason is that you can mount host |
So the correct way now is
With this command, everything works on my Geforce 980. I'll update readme. It should still work with nvidia-docker, but I don't have installed.
Obviously, I cannot support all Nvidia cards for the simple reason that I don't have all of them to test. Even if I had all 100+ cards, it would take more than a day to test a new release. Therefore, the users should fire issues if they encounter bugs. Here is what you can do:
For reference. Your card is Pascal architecture and any Cuda version |
Also, you must have Nvidia drivers installed on your host machine in order to communicate between a docker container and the host. See https://docs.nvidia.com/ai-enterprise/deployment-guide/dg-docker.html#enabling-the-docker-repository-and-installing-the-nvidia-container-toolkit |
My question was:
yes, I figured and that's what I have been using. thanks
you're right but this was just for info and it is working fine with your docker image. no issues.
here is one of my rigs output:
yup, already done it 👍 |
Sorry, I had 20 hours without electricity and internet.
All right, so you have no problems running the image in docker.
Portainer is a paid service and I've not tried running anything there, and in the nearest future, I won't be using this service either. So the answer is I don't know. |
Got it, thanks!
Correct!
Nope, Portainer Community Edition (CE) is free. It's is a powerful, open source toolset that allows you to easily build and manage containers in Docker, Docker Swarm, Kubernetes and Azure ACI. I have been using it to manage different Docker containers. It's like setting up docker via a |
Ah, great, I didn't notice it has a community edition version. Still, I won't probably jump into their service in the nearest future since currently I'm occupied with survival tech. Even if I manage to run my docker image on portainer, I don't know beforehand how much effort will be needed to maintain the image there. If more and more people are interested in portainer service, I'll revise my attitude. I'll keep the issue open for a time being. |
Hi,
great idea to dockers hash cat :)
are you still updating/maintaining it?
I was thinking to deploy it using portainer/rancher.
thanks
The text was updated successfully, but these errors were encountered: