Spaces:
Running
Running
Theivaprakasham
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ 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 |
-
RUN pip install numpy==1.
|
18 |
|
19 |
RUN pip install --no-cache-dir -r requirements.txt --upgrade
|
20 |
|
|
|
14 |
chmod -R 777 /tmp/matplotlib_config /tmp/cache
|
15 |
|
16 |
RUN pip install --upgrade pip setuptools wheel
|
17 |
+
RUN pip install numpy==1.19.3
|
18 |
|
19 |
RUN pip install --no-cache-dir -r requirements.txt --upgrade
|
20 |
|