dockerfile init

This commit is contained in:
pookie 2021-09-22 14:09:22 -07:00
commit 4b30919b17
4 changed files with 38 additions and 0 deletions

5
build/linux/start.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
# Warning xhost + is overly permissive and will reduce system security. Edit as desired
docker build . -t deepfacelive
xhost +
docker run --ipc host --gpus all -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v $(pwd)/data/:/data/ --rm -it deepfacelive