Skip to content

Commit

Permalink
Update Dockerfile-cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Aug 5, 2024
1 parent fdd839c commit 24286c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-cuda
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN apt-get update -y &&\
# Install Rust
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"
ENV CUDA_HOME=/usr/local/cuda-11.8
ENV CUDA_HOME=/usr/local/cuda-12.1

# Install Milabench
# -----------------
Expand Down

0 comments on commit 24286c6

Please sign in to comment.