feryms commited on
Commit
997bc47
·
1 Parent(s): 168d64c

update Docker

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -3,12 +3,10 @@ FROM python:3.10-slim
3
 
4
  RUN apt-get update && apt-get install -y \
5
  libgl1 \
6
- libgl1-mesa-glx \
7
  libglib2.0-0 \
8
  libsm6 \
9
  libxrender1 \
10
  libxext6 \
11
- libxcb1 \
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  # Bikin user non-root sesuai aturan Hugging Face (Wajib)
 
3
 
4
  RUN apt-get update && apt-get install -y \
5
  libgl1 \
 
6
  libglib2.0-0 \
7
  libsm6 \
8
  libxrender1 \
9
  libxext6 \
 
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
  # Bikin user non-root sesuai aturan Hugging Face (Wajib)