mirror of
https://github.com/zebrajr/faceswap.git
synced 2026-01-15 12:15:15 +00:00
Clearer requirements for each platform (#183)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
*
|
||||
!requirements.txt
|
||||
!requirements*
|
||||
@@ -23,7 +23,7 @@ RUN apt-get update -qq \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY ./requirements.txt .
|
||||
RUN pip3 --no-cache-dir install -r ./requirements.txt
|
||||
COPY ./requirements-python35.txt .
|
||||
RUN pip3 --no-cache-dir install -r ./requirements-python35.txt
|
||||
|
||||
WORKDIR /srv/
|
||||
|
||||
10
requirements-gpu-python36-cuda9.txt
Normal file
10
requirements-gpu-python36-cuda9.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
pathlib==1.0.1
|
||||
scandir==1.6
|
||||
h5py==2.7.1
|
||||
Keras==2.1.2
|
||||
opencv-python==3.3.0.10
|
||||
tensorflow-gpu==1.5.0
|
||||
scikit-image
|
||||
dlib
|
||||
face_recognition
|
||||
tqdm
|
||||
10
requirements-python36.txt
Normal file
10
requirements-python36.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
pathlib==1.0.1
|
||||
scandir==1.6
|
||||
h5py==2.7.1
|
||||
Keras==2.1.2
|
||||
opencv-python==3.3.0.10
|
||||
tensorflow==1.5.0
|
||||
scikit-image
|
||||
dlib
|
||||
face_recognition
|
||||
tqdm
|
||||
Reference in New Issue
Block a user