ArdyIann commited on
Commit
28c6820
·
verified ·
1 Parent(s): b83c921

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY requirements.txt .
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # libGL.so.1 diperlukan oleh OpenCV
14
- RUN apt-get update && apt-get install -y --no-install-recommends libgl1
15
 
16
  # Menyalin semua file proyek lainnya ke direktori kerja
17
  COPY . .
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # libGL.so.1 diperlukan oleh OpenCV
14
+ RUN apt-get update && apt-get install -y --no-install-recommends libgl1 libglib2.0-0
15
 
16
  # Menyalin semua file proyek lainnya ke direktori kerja
17
  COPY . .