dipan004 commited on
Commit
91e2dce
·
verified ·
1 Parent(s): cd2ed05

Update Dockerfile

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