leofan commited on
Commit
ff3f41d
1 Parent(s): 6493f1e

Update Dockerfile

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