-
Notifications
You must be signed in to change notification settings - Fork 196
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
How to use docker #31
Comments
I haven't quite got around to finishing the Dockerfile - I guess I will try and fix that up. I was stuck on getting the files copied over from the host machine to the docker container. Should be simple but I keep forgetting to fix it. |
Is |
First, you'll need to build the Dockerfile using the command |
@mikeyy I'm trying switch to docker to fix my issue , after run |
I’m on debian so the package names may be different. Will make a patch and revert my push. Docker isn’t currently working at all for me, but it is something in the works. I have got it working by doing pip3 install -r requirements.txt and googling any errors for missing packages. |
This issue should be resolved now. For now, I've placed the Dockerfile's instructions and basic usage guide as comments in the file itself. I will decide a more visible area at a later time, open to suggestions. |
Also, try it on your end and let me know it works for you, including if I need to make any adjustments to the guide. |
I have issue install docker |
I'm playing around with the image solving (I haven't pushed these changes yet) but need to host the image files for google to fetch off my server, however for this I need to setup docker.
So far I have done a
docker build
and can see the image when dodocker image ls
Could you provide an example of how to use this repo with docker in the README?
Thanks again.
The text was updated successfully, but these errors were encountered: