Skip to content

Commit c0edd5a

Browse files
authored
Worker Requirements: Update packages for fixing docker image (#4531)
* downgrade pillow to 7.1.0 * resolve worker.txt package versions
1 parent 03f7099 commit c0edd5a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker/dev/worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /code
1111

1212
ADD requirements/* /code/
1313

14-
RUN pip install -U cffi service_identity cython==0.29 numpy==1.14.5
14+
RUN pip install -U cffi service_identity cython==0.29 setuptools==57.5.0
1515
RUN pip install -r dev.txt
1616
RUN pip install -r worker.txt
1717

docker/dev/worker_py3.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update && \
1414
libgmp-dev libcgal-qt5-dev swig && \
1515
rm -rf /var/lib/apt/lists/*
1616

17-
RUN pip install -U cffi service_identity cython==0.29 numpy==1.14.5
17+
RUN pip install -U cffi service_identity cython==0.29 setuptools==57.5.0
1818
RUN pip install -r worker.txt
1919

2020
ADD . /code

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kubernetes==12.0.1
2424
moto==1.3.14
2525
pika==1.1.0
2626
pickleshare==0.7.5
27-
Pillow==10.3.0
27+
Pillow==7.1.0
2828
psycopg2==2.8.4
2929
pycurl==7.43.0.6
3030
PyJWT==2.1.0

requirements/worker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ numpy==1.21.0
44
pandas==1.1.4
55
pycocotools==2.0.2
66
scipy==1.5.4
7-
scikit-learn==0.23.2
7+
scikit-learn==0.24.0
88
tqdm==4.54.0

0 commit comments

Comments
 (0)