Skip to content

Commit

Permalink
Merge pull request #138 from MarkJosephBennett/patch-11
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
kenhester authored May 25, 2021
2 parents dd25be4 + 694e58f commit 8bc52da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gtc21-s32407-backtestingequityinvestmentstrats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ docker build --network host --file docker/Dockerfile --tag beis:nvidia .
## Run
docker run --network host --runtime=nvidia --gpus all --rm -it beis:nvidia

if there is the error: docker: Error response from daemon: Unknown runtime specified nvidia.
then refer to this page: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html
under where you first see Setting up NVIDIA Container Toolkit and be sure to restart jupyter notebook.

## Run notebooks: already in Dockerfile
jupyter notebook --ip=0.0.0.0 --port=8888 --allow-root --no-browser --NotebookApp.token=''

Expand Down

0 comments on commit 8bc52da

Please sign in to comment.