Skip to content

Commit

Permalink
Add mounts to docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-wolflein authored Jun 3, 2024
1 parent 861c7c7 commit 47df3d3
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 @@ -72,7 +72,7 @@ There are three methods of installing and running chesscog.
Then, run the image using:

```bash
docker run -it -p 8888:8888 -p 9999:9999 chesscog
PWD=$(pwd); docker run -it -p 8888:8888 -p 9999:9999 -v $PWD/config:/config -v $PWD/runs:/chess/runs -v $PWD/results:/chess/results -v $PWD/models:/chess/models chesscog
```

Open a browser to [http://localhost:8888](http://localhost:8888) which will display Jupyter lab running in the Docker container (the password is `chesscog`). Simply open a terminal in Jupyter lab and run the remaining instructions in this README.
Expand Down

0 comments on commit 47df3d3

Please sign in to comment.