Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
632158be
Unverified
Commit
632158be
authored
May 06, 2025
by
hhzhang16
Committed by
GitHub
May 06, 2025
Browse files
ci: lock cuda at 12.8 (#957)
parent
403344e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Earthfile
Earthfile
+7
-7
No files found.
Earthfile
View file @
632158be
...
...
@@ -75,18 +75,18 @@ rust-base:
RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb && \
apt install -y ./cuda-keyring_1.1-1_all.deb && \
apt update && \
apt install -y cuda-toolkit nvidia-utils-535 nvidia-driver-535 && \
apt install -y cuda-toolkit
-12-8
nvidia-utils-535 nvidia-driver-535 && \
rm cuda-keyring_1.1-1_all.deb
# Set CUDA compute capability explicitly
ENV CUDA_COMPUTE_CAP=80
ENV CUDA_HOME=/usr/local/cuda
ENV CUDA_ROOT=/usr/local/cuda
ENV CUDA_PATH=/usr/local/cuda
ENV CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda
ENV PATH=
$CUDA_HOME
/bin:$PATH
ENV LD_LIBRARY_PATH=
$CUDA_HOME
/lib64:$LD_LIBRARY_PATH
ENV CUDA_HOME=/usr/local/cuda
-12.8
ENV CUDA_ROOT=/usr/local/cuda
-12.8
ENV CUDA_PATH=/usr/local/cuda
-12.8
ENV CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda
-12.8
ENV PATH=
/usr/local/cuda-12.8
/bin:$PATH
ENV LD_LIBRARY_PATH=
/usr/local/cuda-12.8
/lib64:$LD_LIBRARY_PATH
ENV RUSTUP_HOME=/usr/local/rustup
ENV CARGO_HOME=/usr/local/cargo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment