mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 00:08:06 +00:00
fix: Update Dockerfile
This commit is contained in:
parent
361091385d
commit
c3e7b470e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user