Spaces:
Running
Running
Commit
·
3dd1b2f
1
Parent(s):
364e12d
Update Python version in Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.
|
2 |
|
3 |
WORKDIR /code
|
4 |
RUN apt-get update && apt-get install -y \
|
|
|
1 |
+
FROM python:3.9.18
|
2 |
|
3 |
WORKDIR /code
|
4 |
RUN apt-get update && apt-get install -y \
|