Spaces:
Running
Running
nam pham
commited on
Commit
·
c21482b
1
Parent(s):
09f6a8d
fix: change version python
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
ARG PYTHON_VERSION=3.
|
2 |
FROM python:$PYTHON_VERSION-slim as builder
|
3 |
|
4 |
RUN pip install poetry==1.8.2
|
|
|
1 |
+
ARG PYTHON_VERSION=3.10.15
|
2 |
FROM python:$PYTHON_VERSION-slim as builder
|
3 |
|
4 |
RUN pip install poetry==1.8.2
|