Huzaifa367 commited on
Commit
2c7ca4f
·
verified ·
1 Parent(s): 74ae41c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -19,7 +19,6 @@ COPY requirements.txt .
19
  RUN pip install --upgrade pip
20
  RUN pip install -r requirements.txt
21
 
22
- RUN pip install torch torchvision torchaudio
23
 
24
  # Copy application files
25
  COPY . .
 
19
  RUN pip install --upgrade pip
20
  RUN pip install -r requirements.txt
21
 
 
22
 
23
  # Copy application files
24
  COPY . .