Skip to content

Commit

Permalink
Remove CUDA from the command to build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
daminisatya authored and bmccann committed Nov 28, 2018
1 parent 39720d0 commit 6b31d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nvidia-docker run -it --rm -v `pwd`:/decaNLP/ -u $(id -u):$(id -g) bmccann/decan

If you want to run the same command without CUDA:
```bash
docker run -it --rm -v `pwd`:/decaNLP/ -u $(id -u):$(id -g) bmccann/decanlp:cuda9_torch041 bash -c "COMMAND --device -1"
docker run -it --rm -v `pwd`:/decaNLP/ -u $(id -u):$(id -g) bmccann/decanlp:torch041 bash -c "COMMAND --device -1"
```

For those in the Docker know, you can look at the Dockerfiles used to build these two images in `dockerfiles/`.
Expand Down

0 comments on commit 6b31d8f

Please sign in to comment.