Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|