samir1120 commited on
Commit
b9fcd15
·
verified ·
1 Parent(s): a42bb11

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -10,9 +10,9 @@ RUN apt-get update && apt-get install -y \
10
  curl \
11
  software-properties-common \
12
  git \
13
- libgl1-mesa-glx \ # For libGL.so.1 (OpenGL support)
14
- libglib2.0-0 \ # Required by OpenCV and related libraries
15
- espeak \ # For pyttsx3 text-to-speech
16
  && rm -rf /var/lib/apt/lists/*
17
 
18
  # Copy requirements and source code
 
10
  curl \
11
  software-properties-common \
12
  git \
13
+ libgl1-mesa-glx \
14
+ libglib2.0-0 \
15
+ espeak \
16
  && rm -rf /var/lib/apt/lists/*
17
 
18
  # Copy requirements and source code