devops: copy more tools
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
parent
ce7bd1955d
commit
e53e1c450c
|
|
@ -21,4 +21,10 @@ RUN --mount=type=cache,target=/root/.ccache \
|
||||||
&& cmake --build build --config Release -j $(nproc) \
|
&& cmake --build build --config Release -j $(nproc) \
|
||||||
&& cmake --install build --prefix /opt/llama.cpp
|
&& cmake --install build --prefix /opt/llama.cpp
|
||||||
|
|
||||||
RUN ls -la /opt/llama.cpp
|
RUN cp *.py /opt/llama.cpp \
|
||||||
|
&& cp -r gguf-py /opt/llama.cpp \
|
||||||
|
&& cp -r requirements /opt/llama.cpp \
|
||||||
|
&& cp requirements.txt /opt/llama.cpp \
|
||||||
|
&& cp .devops/tools.sh /opt/llama.cpp/tools.sh
|
||||||
|
|
||||||
|
RUN ls -laR /opt/llama.cpp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue