Jackflack09 commited on
Commit
f804acb
·
1 Parent(s): a1da9a2

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile DELETED
@@ -1,5 +0,0 @@
1
- # Upgrade pip
2
- RUN pip install --upgrade pip
3
-
4
- # Install requirements
5
- RUN --mount=target=requirements.txt,source=requirements.txt pip install --no-cache-dir -r requirements.txt