mahmoudalrefaey commited on
Commit
b346ad7
·
verified ·
1 Parent(s): 4c95710

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use an official Python base image
2
- FROM python:3.9-slim
3
 
4
  # Set environment variables
5
  ENV PORT 7860
@@ -13,10 +13,7 @@ RUN apt-get update && apt-get install -y \
13
  build-essential \
14
  libgl1 \
15
  libgl1-mesa-glx \
16
- libgl1-mesa-dri \
17
  libglib2.0-0 \
18
- libgtk2.0-0 \
19
- libgdk-pixbuf2.0-0 \
20
  libsm6 \
21
  libxext6 \
22
  libxrender1 \
 
1
  # Use an official Python base image
2
+ FROM python:3.9
3
 
4
  # Set environment variables
5
  ENV PORT 7860
 
13
  build-essential \
14
  libgl1 \
15
  libgl1-mesa-glx \
 
16
  libglib2.0-0 \
 
 
17
  libsm6 \
18
  libxext6 \
19
  libxrender1 \