syntax
This commit is contained in:
parent
0507037432
commit
9036005e51
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ FROM ${BASE_CUDA_RUN_CONTAINER} as runtime
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y python3 python3-pip \
|
apt-get install -y python3 python3-pip \
|
||||||
&& rm -rf /var/lib/apt/lists/*```
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY --from=build /app/server /server
|
COPY --from=build /app/server /server
|
||||||
COPY --from=build /model.gguf model.gguf
|
COPY --from=build /model.gguf model.gguf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue