Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && \
|
|
11 |
apt-get clean && \
|
12 |
rm -rf /var/lib/apt/lists/* && \
|
13 |
wget https://bootstrap.pypa.io/get-pip.py && \
|
14 |
-
|
15 |
rm get-pip.py
|
16 |
|
17 |
# Set up a new user named "user" with user ID 1000
|
|
|
11 |
apt-get clean && \
|
12 |
rm -rf /var/lib/apt/lists/* && \
|
13 |
wget https://bootstrap.pypa.io/get-pip.py && \
|
14 |
+
python3 get-pip.py && \
|
15 |
rm get-pip.py
|
16 |
|
17 |
# Set up a new user named "user" with user ID 1000
|