Skip to content

Commit

Permalink
OpenHPC: GPUを利用する場合のマシンイメージを更新した
Browse files Browse the repository at this point in the history
  • Loading branch information
nii-gakunin-cloud committed Apr 11, 2023
1 parent 3d58c6c commit 5957624
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 変更履歴

## 22.10.1-20230411

### 変更点

- HPCテンプレート: GPUを利用する場合のマシンイメージをCUDA 12.0対応のものに更新した

## 22.10.1-20230210

### 変更点
Expand Down
2 changes: 1 addition & 1 deletion OpenHPC-v2/notebooks/020-OpenHPCの起動.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@
" spec_compute.gpus = 'all'\n",
" spec_compute.image = 'harbor.vcloud.nii.ac.jp/vcp/openhpc:compute-gpu-2.6'\n",
" if gvars['vc_provider'] != 'onpremises':\n",
" spec_compute.cloud_image = 'niivcp-gpu-a-21.04.0-r1'\n",
" spec_compute.cloud_image = 'niivcp-22.04.0-x86_64-ubuntu20.04-gpu-a-r3'\n",
"spec_compute.params_v = [\n",
" '/sys/fs/cgroup:/sys/fs/cgroup:ro',\n",
" '/lib/modules:/lib/modules:ro',\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"metadata": {},
"outputs": [],
"source": [
"ngc_version = '22.08'\n",
"ngc_version = '23.03'\n",
"sif_file = f'pytorch_{ngc_version}-py3.sif'"
]
},
Expand Down Expand Up @@ -599,4 +599,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
},
"outputs": [],
"source": [
"ngc_version = '22.08'\n",
"ngc_version = '23.03'\n",
"sif_file = f'tensorflow_{ngc_version}-tf2-py3.sif'"
]
},
Expand Down Expand Up @@ -604,4 +604,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"metadata": {},
"outputs": [],
"source": [
"ngc_version = '22.08'\n",
"ngc_version = '23.03'\n",
"docker_image = f'nvcr.io/nvidia/pytorch:{ngc_version}-py3'"
]
},
Expand Down Expand Up @@ -680,4 +680,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
},
"outputs": [],
"source": [
"ngc_version = '22.08'\n",
"ngc_version = '23.03'\n",
"docker_image = f'nvcr.io/nvidia/tensorflow:{ngc_version}-tf2-py3'"
]
},
Expand Down Expand Up @@ -646,4 +646,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 5957624

Please sign in to comment.