Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|