Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 . .
|