Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Remove Forcing numpy and pandas
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,6 @@ WORKDIR /app
|
|
| 5 |
|
| 6 |
EXPOSE 10000
|
| 7 |
RUN pip install -r requirements.txt
|
| 8 |
-
RUN pip install numpy==2.0.1 pandas==2.2.2
|
| 9 |
|
| 10 |
ENTRYPOINT ["python", "server.py"]
|
| 11 |
|
|
|
|
| 5 |
|
| 6 |
EXPOSE 10000
|
| 7 |
RUN pip install -r requirements.txt
|
|
|
|
| 8 |
|
| 9 |
ENTRYPOINT ["python", "server.py"]
|
| 10 |
|