diff --git a/resources/image_metadata.json b/resources/image_metadata.json index 347927da2..fca71bf26 100644 --- a/resources/image_metadata.json +++ b/resources/image_metadata.json @@ -909,7 +909,16 @@ "tagReplace": { "^(tf)([0-9.]*)$": "TensorFlow $2", "^(pytorch)([0-9.]*)$": "PyTorch $2", + "^py(\\d)(\\d+)$": "Python $1.$2", + "^py(\\d)\\.(\\d+)$": "Python $1.$2", "^(cuda)([0-9.]*)$": "GPU:CUDA$2", + "^rocm(\\d*)$": "GPU:ROCm$1", + "^ubuntu(\\d+\\.\\d+)$": "Ubuntu $1", + "^anaconda(\\d+\\.\\d+)$": "Anaconda $1", + "^ji(\\d)(\\d+)$": "Julia $1.$2", + "^ji(\\d)\\.(\\d+)$": "Julia $1.$2", + "^tpuv(\\d+)$": "TPU:TPUv$1", + "^alpine(\\d+)$": "Alpine Linux $1", "^(customized)_.*$": "Customized", "^(-_)$": " " }