Skip to content

Commit

Permalink
Update version in source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimver committed Sep 20, 2024
1 parent e2fd56b commit 0262613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/apt-installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function aptSetup(version: SemVer): Promise<void> {
const arch = `x86_64`
const pinUrl = `https://developer.download.nvidia.com/compute/cuda/repos/ubuntu${ubuntuVersionNoDot}/${arch}/${pinFilename}`
const repoUrl = `http://developer.download.nvidia.com/compute/cuda/repos/ubuntu${ubuntuVersionNoDot}/${arch}/`
const keyRingVersion = `1.0-1`
const keyRingVersion = `1.1-1`
const keyRingUrl = `https://developer.download.nvidia.com/compute/cuda/repos/ubuntu${ubuntuVersionNoDot}/${arch}/cuda-keyring_${keyRingVersion}_all.deb`
const keyRingFilename = `cuda_keyring.deb`

Expand Down

0 comments on commit 0262613

Please sign in to comment.