Skip to content

Commit 1274a5d

Browse files
committed
fix: add install wheel
1 parent fadb3f5 commit 1274a5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worker-v4.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM python:3.10
22
RUN python -m pip install -U pip
3+
RUN python -m pip install wheel
34
COPY ./requirements /requirements
45
RUN python -m pip install -r /requirements/v4-worker.txt
56

0 commit comments

Comments
 (0)