We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be2926 commit b3d3994Copy full SHA for b3d3994
.devops/s390x.Dockerfile
@@ -89,7 +89,8 @@ RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
89
COPY --from=collector /llama.cpp/bin /app
90
COPY --from=collector /llama.cpp/gguf-py /app/gguf-py
91
92
-RUN pip install --no-cache-dir -r /app/gguf-py/requirements.txt
+RUN pip install --no-cache-dir --break-system-packages \
93
+ -r /app/gguf-py/requirements.txt
94
95
ENTRYPOINT [ "/app/tools.sh" ]
96
0 commit comments