-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Add docker support #4148
Add docker support #4148
Conversation
@alemelis Hi, Yes, I interested in it. Also fix this line: https://hub.docker.com/r/alemelis/darknet |
Could you also please share the recipe to build the docker container? That would be a very nice addition. Otherwise, it is still into my backlog, but unfortunately recently I really got too much busy |
@AlexeyAB done However, ideally we'd like to do this |
I think that @AlexeyAB will create his own account on docker hub in order to be able to distribute containers with Darknet under his control :) |
yes, I agree 100% |
no I think that your script is what is needed to bootstrap the activity :) |
Hi! I have recently made this repository which helps to create a Dockerfile of Darknet using OpenCV 4.2.0 (with CUDA 10.1) and cuDNN 7.6.5. Please do have a look! |
I found easier to setup and train on docker rather than installing all the drivers, cuda, etc every time I switch machine (which happens too often lately)
Let me know if this is useful for you as well and I can add few more information to the readme.
The docker image (3.89 GB) is hosted here
https://hub.docker.com/r/alemelis/darknet
You can simply
to get