Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -36,7 +36,7 @@ RUN pip install --no-cache-dir numpy==1.24.4
|
|
| 36 |
RUN pip install --no-cache-dir --no-binary=pandas pandas==2.0.3
|
| 37 |
|
| 38 |
# Install remaining dependencies WITHOUT touching numpy/pandas
|
| 39 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
| 40 |
|
| 41 |
# --------------------------------------------
|
| 42 |
# Keep everything else exactly the same
|
|
|
|
| 36 |
RUN pip install --no-cache-dir --no-binary=pandas pandas==2.0.3
|
| 37 |
|
| 38 |
# Install remaining dependencies WITHOUT touching numpy/pandas
|
| 39 |
+
RUN pip install --no-cache-dir -r requirements.txt
|
| 40 |
|
| 41 |
# --------------------------------------------
|
| 42 |
# Keep everything else exactly the same
|