Skip to content

Commit

Permalink
Merge pull request #221 from SyneRBI/devcontainer-docker-latest
Browse files Browse the repository at this point in the history
use `:latest` image
  • Loading branch information
casperdcl authored Mar 23, 2024
2 parents 9dc4ba6 + 52b8b93 commit 9d3b979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json → .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"name": "SIRF-Exercises",
//"initializeCommand": "docker system prune --all --force",
"image": "ghcr.io/synerbi/sirf:jupyter",
"image": "ghcr.io/synerbi/sirf:latest",
/// use image's entrypoint & user
"overrideCommand": false,
//"postStartCommand": "nohup bash -c 'gadgetron >& /tmp/gadgetron.log &'" // already done in image
Expand Down

0 comments on commit 9d3b979

Please # to comment.