We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadb3f5 commit 1274a5dCopy full SHA for 1274a5d
worker-v4.dockerfile
@@ -1,5 +1,6 @@
1
FROM python:3.10
2
RUN python -m pip install -U pip
3
+RUN python -m pip install wheel
4
COPY ./requirements /requirements
5
RUN python -m pip install -r /requirements/v4-worker.txt
6
0 commit comments