Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -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 |
|
|
|
1 |
FROM python:3.11-slim
|
2 |
|
3 |
+
RUN mkdir /.cache
|
4 |
|
5 |
RUN pip install poetry==1.6.1
|
6 |
|