We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a388f3 commit 20f7e35Copy full SHA for 20f7e35
Dockerfile
@@ -15,8 +15,10 @@ RUN apk update && apk --no-cache --quiet add --update \
15
build-base \
16
openssl-dev \
17
python3-dev \
18
- py3-pip \
19
- && pip install --upgrade --no-cache-dir hokusai
+ py3-pip
+
20
+RUN pip3 install --upgrade --no-cache-dir pip \
21
+ && pip3 install --upgrade --no-cache-dir hokusai
22
23
# ---------------------------------------------------------
24
# Build Image
0 commit comments