fix: Update Dockerfile

This commit is contained in:
Meng Zhang 2023-10-27 16:11:10 -07:00 committed by GitHub
parent 361091385d
commit c3e7b470e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ RUN mkdir -p target
RUN --mount=type=cache,target=/usr/local/cargo/registry \
--mount=type=cache,target=/root/workspace/target \
cargo build --features cuda --release && \
cargo build --features cuda --release --package tabby && \
cp target/release/tabby /opt/tabby/bin/
FROM ${BASE_CUDA_RUN_CONTAINER} as runtime