Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import docker.io
|
2 |
RUN --mount=target=pre-requirements.txt,source=pre-requirements.txt \
|
3 |
pip install --no-cache-dir -r pre-requirements.txt
|
|
|
1 |
+
python -m pip install --upgrade pip` a `pip install --upgrade pip
|
2 |
import docker.io
|
3 |
RUN --mount=target=pre-requirements.txt,source=pre-requirements.txt \
|
4 |
pip install --no-cache-dir -r pre-requirements.txt
|