This commit is contained in:
2024-02-22 22:01:13 +08:00
parent 8a318485d5
commit d7b7bc71d1

View File

@@ -162,6 +162,7 @@ micromamba run -n mixtral_env python -m ipykernel install --user --name="mixtral
EOT
# Install Rust
ENV PATH="/home/${CREATE_USER}/.cargo/bin:$PATH"
RUN <<EOT
#!/bin/bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y