Unverified Commit bb3be24d authored by Myle Ott's avatar Myle Ott Committed by GitHub
Browse files

Update README with note about Docker (#49)

parent 30953d8b
...@@ -27,6 +27,9 @@ If you use the code in your paper, then please cite it as: ...@@ -27,6 +27,9 @@ If you use the code in your paper, then please cite it as:
Currently fairseq-py requires installing PyTorch from source. Currently fairseq-py requires installing PyTorch from source.
Please follow the instructions here: https://github.com/pytorch/pytorch#from-source. Please follow the instructions here: https://github.com/pytorch/pytorch#from-source.
If you use Docker make sure to increase the shared memory size either with `--ipc=host` or `--shm-size` as command line
options to `nvidia-docker run`.
After PyTorch is installed, you can install fairseq-py with: After PyTorch is installed, you can install fairseq-py with:
``` ```
pip install -r requirements.txt pip install -r requirements.txt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment