processoptimisationsystem commited on
Commit
f275d88
·
verified ·
1 Parent(s): 91875d9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -8,10 +8,10 @@ RUN apt-get update && apt-get install -y \
8
  curl \
9
  software-properties-common \
10
  git \
11
- libgl1-mesa-glx \ # Required for libGL.so.1
12
- libx11-6 \ # Additional X11 dependencies for OpenCV
13
- libxext6 \ # Required for some graphical operations
14
- && rm -rf /var/lib/apt/lists/* # Clean up to reduce image size
15
 
16
  # Copy application files
17
  COPY requirements.txt ./
 
8
  curl \
9
  software-properties-common \
10
  git \
11
+ libgl1-mesa-glx \
12
+ libx11-6 \
13
+ libxext6 \
14
+ && rm -rf /var/lib/apt/lists/*
15
 
16
  # Copy application files
17
  COPY requirements.txt ./