Tomtom84 commited on
Commit
a7696d0
·
verified ·
1 Parent(s): 10df7bc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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)