abdeljalilELmajjodi commited on
Commit
ff047f1
·
verified ·
1 Parent(s): 79f4062

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # FROM python:3.9-slim
2
- FROM python:3.11-slim
3
  WORKDIR /app
4
 
5
  # RUN apt-get update && apt-get install -y \
 
1
+ FROM python:3.9-slim
2
+ #FROM python:3.11-slim
3
  WORKDIR /app
4
 
5
  # RUN apt-get update && apt-get install -y \