Ram0894 commited on
Commit
6ef3275
·
verified ·
1 Parent(s): ff4fc7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ WORKDIR /app
11
  # Install system dependencies for OpenCV and image handling
12
  RUN apt-get update && apt-get install -y \
13
  build-essential \
14
- libgl1-mesa-glx \
15
  libglib2.0-0 \
16
  && rm -rf /var/lib/apt/lists/*
17
 
 
11
  # Install system dependencies for OpenCV and image handling
12
  RUN apt-get update && apt-get install -y \
13
  build-essential \
14
+ libgl1 \
15
  libglib2.0-0 \
16
  && rm -rf /var/lib/apt/lists/*
17