Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 775a562

Browse files
icywang86ruilaurenyu
authored andcommitted
pin versions of all python dependencies (#56)
1 parent 10d888e commit 775a562

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docker/1.13/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1
4141

4242
# cython, falcon, gunicorn
4343
RUN \
44-
${PIP} install cython falcon gunicorn gevent requests
44+
${PIP} install cython==0.29.10 falcon==2.0.0 gunicorn==19.9.0 gevent==1.4.0 requests==2.21.0
4545

4646
COPY ./ /
4747

docker/1.13/Dockerfile.gpu

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ RUN \
9292
apt-get clean
9393

9494
RUN ${PIP} install -U --no-cache-dir awscli==1.16.130 \
95-
cython \
96-
falcon \
97-
gunicorn \
98-
gevent \
99-
requests
95+
cython==0.29.10 \
96+
falcon==2.0.0 \
97+
gunicorn==19.9.0 \
98+
gevent==1.4.0 \
99+
requests==2.21.0
100100

101101
COPY ./ /
102102

0 commit comments

Comments
 (0)