from build
This commit is contained in:
parent
1b703db0e1
commit
c06162ba94
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ WORKDIR /install
|
||||||
RUN pip install --install-option="--prefix=/install" runpod
|
RUN pip install --install-option="--prefix=/install" runpod
|
||||||
|
|
||||||
FROM ${BASE_CUDA_RUN_CONTAINER} as runtime
|
FROM ${BASE_CUDA_RUN_CONTAINER} as runtime
|
||||||
COPY --from=builder /install /usr/local
|
COPY --from=build /install /usr/local
|
||||||
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
|
||||||
COPY --from=build /app/models models
|
COPY --from=build /app/models models
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue