Spaces:
Sleeping
Sleeping
Auto commit at 25-2025-08 4:07:26
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -18,11 +18,12 @@ RUN apt-get update && apt-get install -y \
|
|
| 18 |
git \
|
| 19 |
wget \
|
| 20 |
ffmpeg \
|
|
|
|
| 21 |
libsm6 \
|
| 22 |
libxext6 \
|
| 23 |
libfontconfig1 \
|
| 24 |
libxrender1 \
|
| 25 |
-
libgl1
|
| 26 |
&& rm -rf /var/lib/apt/lists/*
|
| 27 |
|
| 28 |
# Python 의존성 설치 (캐싱 최적화)
|
|
|
|
| 18 |
git \
|
| 19 |
wget \
|
| 20 |
ffmpeg \
|
| 21 |
+
libglib2.0-0 \
|
| 22 |
libsm6 \
|
| 23 |
libxext6 \
|
| 24 |
libfontconfig1 \
|
| 25 |
libxrender1 \
|
| 26 |
+
libgl1 \
|
| 27 |
&& rm -rf /var/lib/apt/lists/*
|
| 28 |
|
| 29 |
# Python 의존성 설치 (캐싱 최적화)
|