Skip to content

Commit

Permalink
Update devcontainer.json to latest CI container (#117)
Browse files Browse the repository at this point in the history
* Update devcontainer.json to latest container

Updates the Dev Container image to use `ghcr.io/parthenon-hpc-lab/cuda11.6-noascent`, which updates some of the dependencies.

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
BenWibking committed Sep 10, 2024
1 parent 7a50cca commit 4714fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// devcontainer.json
{
"name": "athenapk-dev",
"image": "ghcr.io/parthenon-hpc-lab/cuda11.6-mpi-hdf5-ascent",
"image": "ghcr.io/parthenon-hpc-lab/cuda11.6-noascent",
// disable Dockerfile for now
//"build": {
// // Path is relative to the devcontainer.json file.
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
### Fixed (not changing behavior/API/variables/...)

### Infrastructure
- [[PR 117]](https://github.com/parthenon-hpc-lab/athenapk/pull/117) Update devcontainer.json to latest CI container
- [[PR 114]](https://github.com/parthenon-hpc-lab/athenapk/pull/114) Bump Parthenon 24.08 and Kokkos to 4.4.00
- [[PR 112]](https://github.com/parthenon-hpc-lab/athenapk/pull/112) Add dev container configuration
- [[PR 105]](https://github.com/parthenon-hpc-lab/athenapk/pull/105) Bump Parthenon to latest develop (2024-03-13)
Expand Down

0 comments on commit 4714fff

Please sign in to comment.