sksameermujahid commited on
Commit
1f477c1
·
verified ·
1 Parent(s): 0a8e0c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -30,6 +30,8 @@ COPY requirements.txt .
30
 
31
  # Install Python dependencies
32
  RUN pip install --no-cache-dir --upgrade pip && \
 
 
33
  pip install --no-cache-dir -r requirements.txt
34
 
35
  # Copy the rest of the application
 
30
 
31
  # Install Python dependencies
32
  RUN pip install --no-cache-dir --upgrade pip && \
33
+ pip install --no-cache-dir numpy==1.24.3 && \
34
+ pip install --no-cache-dir torch==1.13.1 && \
35
  pip install --no-cache-dir -r requirements.txt
36
 
37
  # Copy the rest of the application