Spaces:
Running
Running
Theivaprakasham
commited on
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 |
|