Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ ENV XDG_CACHE_HOME=/tmp/cache
|
|
13 |
RUN mkdir -p /tmp/matplotlib_config /tmp/cache/fontconfig && \
|
14 |
chmod -R 777 /tmp/matplotlib_config /tmp/cache
|
15 |
|
16 |
-
RUN pip install --upgrade pip
|
17 |
|
18 |
RUN pip install --no-cache-dir -r requirements.txt --upgrade
|
19 |
|
|
|
13 |
RUN mkdir -p /tmp/matplotlib_config /tmp/cache/fontconfig && \
|
14 |
chmod -R 777 /tmp/matplotlib_config /tmp/cache
|
15 |
|
16 |
+
RUN pip install --upgrade pip setuptools wheel
|
17 |
|
18 |
RUN pip install --no-cache-dir -r requirements.txt --upgrade
|
19 |
|