Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -43,7 +43,7 @@ RUN mkdir -p /data /data/.cache/huggingface /home/user/.cache/models && ln -sf /
|
|
| 43 |
|
| 44 |
# ---------------- Sistema & Python ----------------
|
| 45 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 46 |
-
build-essential gosu tree cmake
|
| 47 |
python3.10 python3.10-dev python3.10-distutils python3-pip \
|
| 48 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
| 49 |
|
|
|
|
| 43 |
|
| 44 |
# ---------------- Sistema & Python ----------------
|
| 45 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 46 |
+
build-essential gosu tree cmake git git-lfs curl wget ffmpeg ninja-build \
|
| 47 |
python3.10 python3.10-dev python3.10-distutils python3-pip \
|
| 48 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
| 49 |
|