Thebull commited on
Commit
e4bbc13
·
verified ·
1 Parent(s): 341e37c

Update app.py

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