Akwbw commited on
Commit
6a7ec23
·
verified ·
1 Parent(s): 7ff0e89

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,8 +7,8 @@ FROM python:3.10-slim
7
  WORKDIR /app
8
 
9
  # 1. Zaroori System dependencies install karein
10
- # - libgl1: libGL.so.1 error ke liye (Pichla hal)
11
- # - libgthread-2.0-0: libgthread-2.0.so.0 error ke liye (Maujooda hal)
12
  RUN apt-get update && \
13
  apt-get install -y --no-install-recommends \
14
  libgl1 \
 
7
  WORKDIR /app
8
 
9
  # 1. Zaroori System dependencies install karein
10
+ # - libgl1: libGL.so.1 error ke liye
11
+ # - libgthread-2.0-0: libgthread-2.0.so.0 error ke liye
12
  RUN apt-get update && \
13
  apt-get install -y --no-install-recommends \
14
  libgl1 \