anon4ik commited on
Commit
e3194db
·
verified ·
1 Parent(s): 9e04bef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.12
2
  WORKDIR /code
3
  RUN chmod 777 /code
4
  RUN python -m pip install --upgrade pip && \
 
1
+ FROM python:3.11
2
  WORKDIR /code
3
  RUN chmod 777 /code
4
  RUN python -m pip install --upgrade pip && \