ridoo14 commited on
Commit
a77298f
·
verified ·
1 Parent(s): a48622f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -4,11 +4,10 @@ FROM python:3.11-slim
4
  # Set the working directory in the container
5
  WORKDIR /app
6
 
7
- # Install system dependencies required for OpenCV and other libraries
8
  RUN apt-get update && apt-get install -y \
9
  libgl1 \
10
  libglib2.0-0 \
11
- libgthread-2.0-0 \
12
  && apt-get clean && rm -rf /var/lib/apt/lists/*
13
 
14
  # Copy the requirements file into the container
 
4
  # Set the working directory in the container
5
  WORKDIR /app
6
 
7
+ # Install system dependencies required for OpenCV
8
  RUN apt-get update && apt-get install -y \
9
  libgl1 \
10
  libglib2.0-0 \
 
11
  && apt-get clean && rm -rf /var/lib/apt/lists/*
12
 
13
  # Copy the requirements file into the container