Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh authored May 22, 2020
1 parent 8ce4d0f commit d21af08
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 @@ -98,4 +98,4 @@ Now run the following command to get an environment that will run on either the
docker run --rm -v $HOME/.allennlp:/root/.allennlp allennlp/models
```

If you have GPUs available, add the flag `--gpu N` right before `--rm`, where `N` is the number of GPUs you have available.
If you have GPUs available, you can install the [nvidia-docker](https://github.com/NVIDIA/nvidia-docker) runtime and then add the flag `--gpus all` right before `--rm`.

0 comments on commit d21af08

Please sign in to comment.