nehal2006 commited on
Commit
5bd1fb0
·
verified ·
1 Parent(s): 054bbe7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ WORKDIR /app
11
 
12
  # Install system dependencies for OpenCV and other libraries
13
  RUN apt-get update && apt-get install -y --no-install-recommends \
14
- libgl1-mesa-glx \
15
  libglib2.0-0 \
16
  libsm6 \
17
  libxext6 \
 
11
 
12
  # Install system dependencies for OpenCV and other libraries
13
  RUN apt-get update && apt-get install -y --no-install-recommends \
14
+ libgl1 \
15
  libglib2.0-0 \
16
  libsm6 \
17
  libxext6 \