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

15
build/linux/README.md Normal file
View file

@ -0,0 +1,15 @@
# DeepFaceLive Docker
### Requirements
* nvidia-driver-470 (current)
* cuda 11.4 (current)
### Setup
```
git clone DeepFaceLive
cd DeepFaceLive/build/linux/
# start.sh builds and runs container with proper options, then example.sh will start DeepFaceLive with example options
./start.sh
```