Spaces:
Runtime error
Runtime error
fix round 1
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -4,6 +4,7 @@ WORKDIR /app
|
|
| 4 |
|
| 5 |
COPY . .
|
| 6 |
|
|
|
|
| 7 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 8 |
|
| 9 |
EXPOSE 7860
|
|
|
|
| 4 |
|
| 5 |
COPY . .
|
| 6 |
|
| 7 |
+
RUN pip install --upgrade pip
|
| 8 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 9 |
|
| 10 |
EXPOSE 7860
|