Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -37,6 +37,7 @@ COPY --chown=user . /app
|
|
37 |
RUN pip install --upgrade pip
|
38 |
|
39 |
# Optional: zuerst llama-cpp-python bauen (cachebar)
|
|
|
40 |
RUN pip install --no-cache-dir --no-build-isolation llama-cpp-python
|
41 |
|
42 |
# Danach: outetts (zieht llama-cpp-python nicht erneut)
|
|
|
37 |
RUN pip install --upgrade pip
|
38 |
|
39 |
# Optional: zuerst llama-cpp-python bauen (cachebar)
|
40 |
+
RUN pip install scikit-build-core
|
41 |
RUN pip install --no-cache-dir --no-build-isolation llama-cpp-python
|
42 |
|
43 |
# Danach: outetts (zieht llama-cpp-python nicht erneut)
|