Skip to content
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

Added dockerfile, updated README #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Kaszanas
Copy link

As the installation instructions are quite hefty, I have decided to add a Dockerfile. This streamlines the environment setup for anyone using containers.

This was especially helpful for me because installation on Windows failed for me (I am not sure why).

Also I was not sure if you use the GPU capabilities but the image that is built uses PyTorch with CUDA.

There is an alternative to this that may be worth exploring: https://hub.docker.com/r/pytorch/pytorch/tags

This could remove one of the RUN commands:

RUN pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant