Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -44,7 +44,7 @@ RUN mkdir -p /data /data/.cache/huggingface /home/user/.cache/models && ln -sf /
|
|
| 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 |
|
| 50 |
RUN ln -sf /usr/bin/python3.10 /usr/bin/python3 && \
|
|
@@ -100,8 +100,8 @@ RUN echo "Instalando q8_kernels (wheel) e LTX-Video (git)..." && \
|
|
| 100 |
# 2. Instala a biblioteca LTX-Video a partir do fork (esta parte permanece igual)
|
| 101 |
git clone https://github.com/Lightricks/LTX-Video.git /data/LTX-Video && \
|
| 102 |
cd /data/LTX-Video && \
|
| 103 |
-
python -m venv env && \
|
| 104 |
-
source env/bin/activate && \
|
| 105 |
python -m pip install -e .\[inference\] && \
|
| 106 |
cd ..
|
| 107 |
# ====================================================================
|
|
|
|
| 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 |
|
| 50 |
RUN ln -sf /usr/bin/python3.10 /usr/bin/python3 && \
|
|
|
|
| 100 |
# 2. Instala a biblioteca LTX-Video a partir do fork (esta parte permanece igual)
|
| 101 |
git clone https://github.com/Lightricks/LTX-Video.git /data/LTX-Video && \
|
| 102 |
cd /data/LTX-Video && \
|
| 103 |
+
#python -m venv env && \
|
| 104 |
+
#source env/bin/activate && \
|
| 105 |
python -m pip install -e .\[inference\] && \
|
| 106 |
cd ..
|
| 107 |
# ====================================================================
|