Skip to content

Commit

Permalink
fix: update the base image and only support GPU instances (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
muratmaga authored Jul 5, 2024
1 parent c82590d commit fdf4fec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ body:
label: Cloud Computing Instance Flavor
description: Select the type of cloud-computing instance to create.
options:
- m3.xl - General-purpose instance (32 CPUs, 125 GB RAM, no GPU)
- g3.xl - GPU instance (32 CPUs, 125 GB RAM and A100 GPU)
validations:
required: true
Expand Down
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-Slicer-5.6.2" \
--image "GPU-rebuild-image-slicer562" \
--key-name "jcfr" \
--property "exoGuac={\"v\":1,\"ssh\":true,\"vnc\":true}" \
--property "exoClientUuid=$exoClientUuid" \
Expand Down

0 comments on commit fdf4fec

Please sign in to comment.