ChintanSatva commited on
Commit
30a556f
·
verified ·
1 Parent(s): df3f8d9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \
23
  && rm -rf /var/lib/apt/lists/*
24
 
25
  # Pre-install NumPy to enforce version
26
- RUN pip3 install --no-cache-dir numpy==1.26.4
27
 
28
  # Install Python dependencies
29
  COPY requirements.txt .
 
23
  && rm -rf /var/lib/apt/lists/*
24
 
25
  # Pre-install NumPy to enforce version
26
+ RUN pip3 install --no-cache-dir
27
 
28
  # Install Python dependencies
29
  COPY requirements.txt .