WebashalarForML commited on
Commit
d9ca66a
·
verified ·
1 Parent(s): bc44488

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -30,9 +30,6 @@ RUN chmod -R 777 /app/static/uploads /app/static/results
30
  # --- Python tooling ---
31
  RUN python -m pip install --upgrade pip setuptools wheel
32
 
33
- # --- PyTorch CPU ---
34
- RUN pip install --no-cache-dir torch==2.2.2+cpu torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cpu
35
-
36
  # --- Install dependencies ---
37
  COPY requirements.txt /app/requirements.txt
38
  RUN pip install --no-cache-dir -r requirements.txt
 
30
  # --- Python tooling ---
31
  RUN python -m pip install --upgrade pip setuptools wheel
32
 
 
 
 
33
  # --- Install dependencies ---
34
  COPY requirements.txt /app/requirements.txt
35
  RUN pip install --no-cache-dir -r requirements.txt