carlex3321 commited on
Commit
8add421
·
verified ·
1 Parent(s): 1708ead

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -117,6 +117,9 @@ RUN git clone https://github.com/Lightricks/LTX-Video.git && \
117
  COPY requirements.txt ./requirements.txt
118
  RUN pip install --no-cache-dir -r requirements.txt
119
 
 
 
 
120
  # Scripts e configs
121
  COPY info.sh ./info.sh
122
  COPY start.sh ./start.sh
 
117
  COPY requirements.txt ./requirements.txt
118
  RUN pip install --no-cache-dir -r requirements.txt
119
 
120
+
121
+ RUN pip install --upgrade bitsandbytes
122
+
123
  # Scripts e configs
124
  COPY info.sh ./info.sh
125
  COPY start.sh ./start.sh