diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9341352d..046efd7d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index e5957e43..369e8579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)