Skip to content

Commit

Permalink
fix: Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Oct 27, 2023
1 parent 3610913 commit c3e7b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3e7b47

Please sign in to comment.