Spaces:
Sleeping
Sleeping
vukadinovic936
commited on
Commit
•
822fff4
1
Parent(s):
e843fb2
upgrade setuptools
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -14,6 +14,7 @@ RUN apt-get update -o Acquire::AllowInsecureRepositories=true \
|
|
14 |
|
15 |
# Upgrade pip and install python packages
|
16 |
RUN pip install --upgrade pip \
|
|
|
17 |
&& pip install --no-cache-dir -r requirements.txt \
|
18 |
&& pip install jupyter
|
19 |
|
|
|
14 |
|
15 |
# Upgrade pip and install python packages
|
16 |
RUN pip install --upgrade pip \
|
17 |
+
&& pip install --upgrade pip setuptools wheel \
|
18 |
&& pip install --no-cache-dir -r requirements.txt \
|
19 |
&& pip install jupyter
|
20 |
|