R1000 commited on
Commit
874c8ea
·
verified ·
1 Parent(s): 32c8532

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -6
Dockerfile CHANGED
@@ -10,14 +10,13 @@ ENV TZ=Asia/Bangkok \
10
 
11
  # 2. ติดตั้ง System Packages
12
  RUN apt-get update && apt-get install -y --no-install-recommends \
13
- python3 \
14
- python3-pip \
15
- git \
16
- zip \
17
- curl \
18
- ca-certificates \
19
  && rm -rf /var/lib/apt/lists/*
20
 
 
21
  # 3. ติดตั้ง Python Libraries
22
  RUN pip3 install --no-cache-dir \
23
  huggingface_hub \
 
10
 
11
  # 2. ติดตั้ง System Packages
12
  RUN apt-get update && apt-get install -y --no-install-recommends \
13
+ curl wget git ca-certificates \
14
+ zip unzip rsync \
15
+ python3 python3-pip python3-venv \
16
+ libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 libxrandr2 libgbm1 libasound2 libpangocairo-1.0-0 libpango-1.0-0 \
 
 
17
  && rm -rf /var/lib/apt/lists/*
18
 
19
+
20
  # 3. ติดตั้ง Python Libraries
21
  RUN pip3 install --no-cache-dir \
22
  huggingface_hub \