euIaxs22 commited on
Commit
33d1dd8
·
verified ·
1 Parent(s): f9ad7ef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 python3.10-venv \
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
  # ====================================================================