Fixing docker llamacpp.

This commit is contained in:
Nicolas Patry 2025-03-04 16:48:39 +01:00
parent 7b1c585019
commit 1b4ecd41e0
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -36,7 +36,7 @@ RUN tar -xzf ${llamacpp_version}.tar.gz \
WORKDIR /app WORKDIR /app
COPY rust-toolchain.toml rust-toolchain.toml COPY rust-toolchain.toml rust-toolchain.toml
RUN curl -sSf https://sh.rustup.rs | sh -s -- --no-modify-path --default-toolchain 1.85.0 --profile minimal -y RUN curl -sSf https://sh.rustup.rs | sh -s -- --no-modify-path --default-toolchain 1.85.0 --profile minimal -y
ENV PATH="/root/.cargo/bin:$PATH" ENV PATH="/root/.cargo/bin:$PATH"
RUN cargo install cargo-chef --locked RUN cargo install cargo-chef --locked