HyperMehfin commited on
Commit
c289bbd
·
verified ·
1 Parent(s): 434749e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.10-slim
5
  WORKDIR /app
6
 
7
  # 3. Install required system libraries for OpenCV to work in the cloud
8
- RUN apt-get update && apt-get install -y libgl1-mesa-glx libglib2.0-0
9
 
10
  # 4. Copy your requirements file and install the Python libraries
11
  COPY requirements.txt .
 
5
  WORKDIR /app
6
 
7
  # 3. Install required system libraries for OpenCV to work in the cloud
8
+ RUN apt-get update && apt-get install -y libgl1 libglib2.0-0
9
 
10
  # 4. Copy your requirements file and install the Python libraries
11
  COPY requirements.txt .