Kalei commited on
Commit
134ac54
·
verified ·
1 Parent(s): 7732b9b

Remove Forcing numpy and pandas

Browse files
Files changed (1) hide show
  1. 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