fix: Update Dockerfile
parent
361091385d
commit
c3e7b470e5
|
|
@ -34,7 +34,7 @@ RUN mkdir -p target
|
||||||
|
|
||||||
RUN --mount=type=cache,target=/usr/local/cargo/registry \
|
RUN --mount=type=cache,target=/usr/local/cargo/registry \
|
||||||
--mount=type=cache,target=/root/workspace/target \
|
--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/
|
cp target/release/tabby /opt/tabby/bin/
|
||||||
|
|
||||||
FROM ${BASE_CUDA_RUN_CONTAINER} as runtime
|
FROM ${BASE_CUDA_RUN_CONTAINER} as runtime
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue