karim23657 commited on
Commit
eda1a39
·
verified ·
1 Parent(s): 84499eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.11-slim
2
  RUN pwd
3
  WORKDIR $HOME/app
4
  COPY . .
 
1
+ FROM python:3.9
2
  RUN pwd
3
  WORKDIR $HOME/app
4
  COPY . .