Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump taskcluster version for firefoxci & translations CPU workers #152

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scripts/ubuntu-cuda/10-install-cuda-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sudo apt-get -y reinstall linux-headers-gcp linux-headers-`uname -r` ${pkg_name}

# install cuda from network (runfile demands input and fails)
cd /tmp
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
sudo dpkg -i cuda-keyring_1.0-1_all.deb
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
sudo apt-get -y install cuda
sudo apt-get -y install cuda-toolkit
6 changes: 2 additions & 4 deletions scripts/ubuntu-cuda/20-install-libcudnn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ done

UBUNTU_RELEASE=$(lsb_release -rs) # 18.04
DISTRO=ubuntu${UBUNTU_RELEASE//\./} # ubuntu1804
cuda_version="cuda12.0"
cudnn_version="8.8.1.*"

wget https://developer.download.nvidia.com/compute/cuda/repos/${DISTRO}/x86_64/cuda-${DISTRO}.pin

Expand All @@ -26,5 +24,5 @@ sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda
sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/${DISTRO}/x86_64/ /"
sudo apt-get update

sudo apt-get install libcudnn8=${cudnn_version}-1+${cuda_version}
sudo apt-get install libcudnn8-dev=${cudnn_version}-1+${cuda_version}
sudo apt-get -y install cudnn9-cuda-12
sudo apt-get -y install libcudnn9-dev-cuda-12
2 changes: 1 addition & 1 deletion template/vars/taskcluster_version_firefoxci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This defines the current Taskcluster version, the default version for worker-runner and workers.
env_vars:
TASKCLUSTER_VERSION: 64.3.0
TASKCLUSTER_VERSION: 75.0.0
Loading