Skip to content

Commit a2565bb

Browse files
authored
Update docker.md
1 parent 0aaa4d5 commit a2565bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/docker.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Explanation
1717

1818
## Running the GUI without training support (no pytorch, etc.)
1919
Again, change `/media` to your hard drive with your training data
20-
`docker run --gpus all -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw -v /media:/media -it deepethogram:gui python -m deepethogram`
20+
21+
`docker run -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw -v /media:/media -it jbohnslav/deepethogram:gui python -m deepethogram`
2122

2223
## Running the CLI without GUI support
2324
`docker run --gpus all -v /media:/media -it jbohnslav/deepethogram:headless pytest tests/`
@@ -36,4 +37,4 @@ Again, change `/media` to your hard drive with your training data
3637
# building it yourself
3738
To build the container with both GUI and model training support:
3839
* `cd` to your `deepethogram` directory
39-
* `nvidia-docker build -t deepethogram:full -f docker/Dockerfile-full . `
40+
* `nvidia-docker build -t deepethogram:full -f docker/Dockerfile-full . `

0 commit comments

Comments
 (0)