From 1b4ecd41e0dc9ccd389ada8c96f04dde69854edf Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 4 Mar 2025 16:48:39 +0100 Subject: [PATCH] Fixing docker llamacpp. --- Dockerfile_llamacpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_llamacpp b/Dockerfile_llamacpp index 8abe6b7c..1f55cf82 100644 --- a/Dockerfile_llamacpp +++ b/Dockerfile_llamacpp @@ -36,7 +36,7 @@ RUN tar -xzf ${llamacpp_version}.tar.gz \ WORKDIR /app 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" RUN cargo install cargo-chef --locked