yomna-ashraf commited on
Commit
6a3f33d
·
verified ·
1 Parent(s): fe425f8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,5 +1,4 @@
1
- FROM python:3.9 # Use a Python 3.9 base image
2
-
3
  WORKDIR /app # Set the working directory in the container
4
 
5
  COPY requirements.txt ./ # Copy the requirements file
 
1
+ FROM python:3.8-slim
 
2
  WORKDIR /app # Set the working directory in the container
3
 
4
  COPY requirements.txt ./ # Copy the requirements file