Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yazhinia authored Nov 29, 2024
1 parent bda37e1 commit 6ecfddc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
sudo apt-get update
# Install the CUDA Toolkit 11.0
sudo apt-get install -y cuda-toolkit-11-0 # Install CUDA 11.0
echo "/usr/local/cuda/bin" >> $GITHUB_PATH
echo "/usr/local/cuda/lib64" >> $GITHUB_PATH
- name: Create Environment
env:
CONDA_OVERRIDE_CUDA: "11.0"
Expand Down

0 comments on commit 6ecfddc

Please sign in to comment.