Spaces:
Paused
Paused
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 19 |
WORKDIR /app
|
| 20 |
|
| 21 |
COPY requirements.txt .
|
| 22 |
-
RUN python -m pip install --no-cache-dir -r requirements.txt
|
| 23 |
|
| 24 |
COPY . .
|
| 25 |
|
|
|
|
| 19 |
WORKDIR /app
|
| 20 |
|
| 21 |
COPY requirements.txt .
|
| 22 |
+
RUN python -m pip install --no-cache-dir --ignore-installed -r requirements.txt
|
| 23 |
|
| 24 |
COPY . .
|
| 25 |
|