Skip to content

Commit f462d0f

Browse files
authored
Merge pull request #63 from NiHaiden/NiHaiden-patch-1
Serve live isos with old anaconda
2 parents 12753ee + 0062f8d commit f462d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/utils/download.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ export const getImageName = (
2121
imageName += "-nvidia-open-latest";
2222
break;
2323
}
24-
imageName += "-nvidia-open-stable";
24+
imageName += "-nvidia-open-stable-x86_64";
2525
break;
2626
default:
2727
if(hardwareExtended) {
2828
imageName += "-latest";
2929
break;
3030
}
31-
imageName += "-stable";
31+
imageName += "-stable-x86_64";
3232
break;
3333
}
3434

0 commit comments

Comments
 (0)