mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 22:34:25 -07:00
install eos-py from prebuilt wheel
This commit is contained in:
parent
fbac2feaad
commit
75c8777a20
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ skip_non_tags: true
|
|||
#---------------------------------#
|
||||
|
||||
# Build worker image (VM template)
|
||||
image: Visual Studio 2015
|
||||
#image: Visual Studio 2015
|
||||
|
||||
# scripts that are called at very beginning, before repo cloning
|
||||
#init:
|
||||
|
@ -125,7 +125,7 @@ install:
|
|||
- cmd: call .\DeepFaceLab%ARCH%\_internal\setenv.bat
|
||||
- cmd: python -m pip install Flask==1.1.1
|
||||
- cmd: python -m pip install flask-socketio==4.2.1
|
||||
- cmd: python -m pip install eos-py==1.1.2
|
||||
- cmd: python -m pip install .\DeepFaceLab%ARCH%\_internal\DeepFaceLab\bin\eos_py-1.1.2-cp36-cp36m-win_amd64.whl
|
||||
#- cmd: dir .\DeepFaceLab%ARCH%\_internal
|
||||
#- cmd: dir .\DeepFaceLab%ARCH%\_internal\DeepFaceLab
|
||||
- cmd: dir .\DeepFaceLab%ARCH%\_internal\python-3.6.8\Lib\site-packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue