Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -37,6 +37,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
37 |
pip install --no-cache-dir 'scikit-learn==1.6.1' && \
|
38 |
pip install --no-cache-dir 'faiss-cpu==1.7.3' && \
|
39 |
pip install --no-cache-dir einops>=0.6.1 && \
|
|
|
40 |
pip install --no-cache-dir -r /code/requirements.txt
|
41 |
|
42 |
# Copy the rest of the application
|
|
|
37 |
pip install --no-cache-dir 'scikit-learn==1.6.1' && \
|
38 |
pip install --no-cache-dir 'faiss-cpu==1.7.3' && \
|
39 |
pip install --no-cache-dir einops>=0.6.1 && \
|
40 |
+
pip install --no-cache-dir bitsandbytes==0.41.3 && \
|
41 |
pip install --no-cache-dir -r /code/requirements.txt
|
42 |
|
43 |
# Copy the rest of the application
|