Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ COPY . .
|
|
| 6 |
|
| 7 |
RUN apt-get update && apt-get install -y wget git
|
| 8 |
|
| 9 |
-
pip install --upgrade pip setuptools wheel
|
| 10 |
|
| 11 |
RUN pip install --upgrade pip setuptools wheel
|
| 12 |
|
|
|
|
| 6 |
|
| 7 |
RUN apt-get update && apt-get install -y wget git
|
| 8 |
|
| 9 |
+
RUN pip install --upgrade pip setuptools wheel
|
| 10 |
|
| 11 |
RUN pip install --upgrade pip setuptools wheel
|
| 12 |
|