mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 00:14:45 +00:00
Updated Rust version to 1.70.0
This commit is contained in:
parent
27c0e13677
commit
e713f9a311
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86
|
|||
cuda-nvml-dev-${CUDA_VERSION} \
|
||||
libcudnn8-dev
|
||||
|
||||
ARG RUST_VERSION=1.66.1
|
||||
ARG RUST_VERSION=1.70.0
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=${RUST_VERSION}
|
||||
RUN . $HOME/.cargo/env && cargo install bindgen-cli --locked
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue