Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 18 |
USER user
|
| 19 |
|
| 20 |
# 2. Install numpy FIRST and alone
|
| 21 |
-
RUN pip install --no-cache-dir numpy==1.
|
| 22 |
|
| 23 |
# 3. Install the rest of the requirements
|
| 24 |
# (Make sure 'numpy' is NOT in your requirements.txt now to avoid conflicts)
|
|
|
|
| 18 |
USER user
|
| 19 |
|
| 20 |
# 2. Install numpy FIRST and alone
|
| 21 |
+
RUN pip install --no-cache-dir numpy==1.24.4
|
| 22 |
|
| 23 |
# 3. Install the rest of the requirements
|
| 24 |
# (Make sure 'numpy' is NOT in your requirements.txt now to avoid conflicts)
|