mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-14 10:47:00 -07:00
dockerfile init
This commit is contained in:
parent
a3276382f9
commit
4b30919b17
4 changed files with 38 additions and 0 deletions
15
build/linux/README.md
Normal file
15
build/linux/README.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue