Thebull commited on
Commit
e3a144f
·
verified ·
1 Parent(s): 9b26801

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
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