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

Installation instructions #12

Closed
hussius opened this issue Nov 24, 2021 · 1 comment · Fixed by #13
Closed

Installation instructions #12

hussius opened this issue Nov 24, 2021 · 1 comment · Fixed by #13

Comments

@hussius
Copy link

hussius commented Nov 24, 2021

The line

pip3 install .[GPU] -f https://download.pytorch.org/whl/cu113/torch_stable.html

did not work for me as written, but it did with quotes:

pip3 install ".[GPU]" -f https://download.pytorch.org/whl/cu113/torch_stable.html

Also, the instructions say

make docker_build

but the Makefile does not contain such a rule, only build_docker so the command should probably be

make build_docker.

@pommedeterresautee
Copy link
Member

thanks a lot @hussius , I will fix the README.

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 a pull request may close this issue.

2 participants