Skip to content

Commit

Permalink
feat: Update image used to create instance (#44)
Browse files Browse the repository at this point in the history
Change image from `antsthings-vgl-gpu-image` to `antsthings-vgl-gpu-image-Slicer-5.6.2`
  • Loading branch information
muratmaga authored Jun 26, 2024
1 parent fd44ab3 commit c82590d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
--security-group "default" \
--security-group "exosphere" \
--flavor $INSTANCE_FLAVOR \
--image "antsthings-vgl-gpu-image" \
--image "antsthings-vgl-gpu-image-Slicer-5.6.2" \
--key-name "jcfr" \
--property "exoGuac={\"v\":1,\"ssh\":true,\"vnc\":true}" \
--property "exoClientUuid=$exoClientUuid" \
Expand Down

0 comments on commit c82590d

Please sign in to comment.