Spaces:
Runtime error
Runtime error
Theivaprakasham
commited on
Commit
•
9cfd79b
1
Parent(s):
760b2eb
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN pip install numpy==1.19.3
|
|
18 |
|
19 |
RUN pip install --no-cache-dir -r requirements.txt --upgrade
|
20 |
|
21 |
-
RUN pip install numpy==1.23
|
22 |
|
23 |
COPY app app/
|
24 |
|
|
|
18 |
|
19 |
RUN pip install --no-cache-dir -r requirements.txt --upgrade
|
20 |
|
21 |
+
RUN pip install numpy==1.23.4
|
22 |
|
23 |
COPY app app/
|
24 |
|