File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ Explanation
1717
1818## Running the GUI without training support (no pytorch, etc.)
1919Again, 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
3738To 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 . `
You can’t perform that action at this time.
0 commit comments