Clearer requirements for each platform (#183)

This commit is contained in:
Clorr
2018-02-14 16:22:02 +01:00
committed by GitHub
parent 809dfc20f8
commit 0085b5b8a7
6 changed files with 23 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
*
!requirements.txt
!requirements*

View File

@@ -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/

View 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
View 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