leofan commited on
Commit
05fb200
1 Parent(s): 9075d48

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.11-slim
2
 
3
- USER 0
4
 
5
  RUN pip install poetry==1.6.1
6
 
 
1
  FROM python:3.11-slim
2
 
3
+ RUN mkdir /.cache
4
 
5
  RUN pip install poetry==1.6.1
6