Add build-and-push workflow

This commit is contained in:
Donato Capitella
2025-08-06 08:56:58 +01:00
parent 4a58483ff9
commit 2c90eac378
4 changed files with 65 additions and 2 deletions
+3
View File
@@ -32,6 +32,9 @@ RUN git clean -xdf \
&& cmake --build build --config Release \
&& cmake --install build --config Release
RUN find /opt/llama.cpp/build -type f -name 'lib*.so*' -exec cp {} /usr/lib64/ \; \
&& ldconfig
COPY gguf-vram-estimator.py /usr/local/bin/gguf-vram-estimator.py
RUN chmod +x /usr/local/bin/gguf-vram-estimator.py