Spaces:
Build error
Build error
Delete app.py
Browse files
app.py
DELETED
@@ -1,7 +0,0 @@
|
|
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
|
5 |
-
|
6 |
-
RUN --mount=target=requirements.txt,source=requirements.txt \
|
7 |
-
pip install --no-cache-dir -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|