Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -7,8 +7,6 @@ RUN apt-get update && apt-get install -y git
|
|
| 7 |
COPY requirements.txt .
|
| 8 |
|
| 9 |
RUN pip install --upgrade pip
|
| 10 |
-
RUN pip install torch --index-url https://download.pytorch.org/whl/cpu
|
| 11 |
-
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
COPY . .
|
|
|
|
| 7 |
COPY requirements.txt .
|
| 8 |
|
| 9 |
RUN pip install --upgrade pip
|
|
|
|
|
|
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 11 |
|
| 12 |
COPY . .
|