Skip to content

Commit

Permalink
misc: update image metadata with additional Python and CUDA versions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
adrysn authored Jul 2, 2023
1 parent 3a4bcb5 commit bfa0813
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/image_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -808,14 +808,23 @@
"py3": "Python 3",
"py2": "Python 2",
"py27": "Python 2.7",
"py2.7": "Python 2.7",
"py35": "Python 3.5",
"py3.5": "Python 3.5",
"py36": "Python 3.6",
"py3.6": "Python 3.6",
"py37": "Python 3.7",
"py3.7": "Python 3.7",
"py38": "Python 3.8",
"py3.8": "Python 3.8",
"py39": "Python 3.9",
"py3.9": "Python 3.9",
"py310": "Python 3.10",
"py3.10": "Python 3.10",
"py311": "Python 3.11",
"py3.11": "Python 3.11",
"py312": "Python 3.12",
"py3.12": "Python 3.12",
"ji15": "Julia 1.5",
"ji16": "Julia 1.6",
"ji17": "Julia 1.7",
Expand Down Expand Up @@ -859,6 +868,7 @@
"cuda11.5": "GPU:CUDA11.5",
"cuda11.6": "GPU:CUDA11.6",
"cuda11.7": "GPU:CUDA11.7",
"cuda11.8": "GPU:CUDA11.8",
"cuda12": "GPU:CUDA12",
"cuda12.0": "GPU:CUDA12",
"cuda12.1": "GPU:CUDA12.1",
Expand Down

0 comments on commit bfa0813

Please sign in to comment.