DeepFaceLive/build/linux/README.md
2021-09-22 14:09:22 -07:00

15 lines
295 B
Markdown

# 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
```