Skip to content

Commit 20f7e35

Browse files
committed
fix: pip install failure
1 parent 2a388f3 commit 20f7e35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ RUN apk update && apk --no-cache --quiet add --update \
1515
build-base \
1616
openssl-dev \
1717
python3-dev \
18-
py3-pip \
19-
&& pip install --upgrade --no-cache-dir hokusai
18+
py3-pip
19+
20+
RUN pip3 install --upgrade --no-cache-dir pip \
21+
&& pip3 install --upgrade --no-cache-dir hokusai
2022

2123
# ---------------------------------------------------------
2224
# Build Image

0 commit comments

Comments
 (0)