mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-08 05:51:41 -07:00
15 lines
295 B
Markdown
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
|
|
```
|