Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions 2026-ISC/docker/Dockerfile.spawn
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ COPY ./tutorial-code/thicket-tutorial/notebooks/01_thicket_tutorial.ipynb ${HOME
COPY ./tutorial-code/thicket-tutorial/notebooks/02_thicket_rajaperf_clustering.ipynb ${HOME}/thicket-tutorial/notebooks/02_thicket_rajaperf_clustering.ipynb
COPY ./tutorial-code/thicket-tutorial/LICENSE ${HOME}/thicket-tutorial

COPY ./tutorial-code/treescape-media/datasets/newdemo/test ${HOME}/treescape-media/datasets/newdemo/test
COPY ./tutorial-code/treescape-media/examples/NightlyTestDemo_local.ipynb ${HOME}/treescape-media/examples/NightlyTestDemo_local.ipynb
COPY ./tutorial-code/treescape-media/LICENSE ${HOME}/treescape-media

RUN chown -R jovyan ${HOME}
# RUN chmod -R 777 ~/ ${HOME}

Expand Down
4 changes: 2 additions & 2 deletions 2026-ISC/infrastructure/dry-run/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ cluster_availability_zones = [

[[aws.eksctl.cluster_node_groups]]
zone = "us-west-1a"
instance_type = "c6i.4xlarge"
instance_type = "c7i.12xlarge"
volume_size = 30
desired_size = 2
min_size = 2
max_size = 8

[[aws.eksctl.cluster_node_groups]]
zone = "us-west-1c"
instance_type = "c6i.4xlarge"
instance_type = "c7i.12xlarge"
volume_size = 30
desired_size = 2
min_size = 2
Expand Down
4 changes: 2 additions & 2 deletions 2026-ISC/infrastructure/dry-run/eksctl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ managedNodeGroups:
withAddonPolicies:
autoScaler: true
# Instance type to allocate
instanceType: c6i.4xlarge
instanceType: c7i.12xlarge
# Size of storage volume for the availability zone, in gigabytes
volumeSize: 30
# Number of nodes to start with in this availability zone
Expand All @@ -90,7 +90,7 @@ managedNodeGroups:
withAddonPolicies:
autoScaler: true
# Instance type to allocate
instanceType: c6i.4xlarge
instanceType: c7i.12xlarge
# Size of storage volume for the availability zone, in gigabytes
volumeSize: 30
# Number of nodes to start with in this availability zone
Expand Down
4 changes: 2 additions & 2 deletions 2026-ISC/infrastructure/production/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ cluster_availability_zones = [

[[aws.eksctl.cluster_node_groups]]
zone = "us-east-1a"
instance_type = "c6i.4xlarge"
instance_type = "c7i.12xlarge"
volume_size = 30
desired_size = 15
min_size = 15
max_size = 100

[[aws.eksctl.cluster_node_groups]]
zone = "us-east-1b"
instance_type = "c6i.4xlarge"
instance_type = "c7i.12xlarge"
volume_size = 30
desired_size = 15
min_size = 15
Expand Down
4 changes: 2 additions & 2 deletions 2026-ISC/infrastructure/production/eksctl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ managedNodeGroups:
withAddonPolicies:
autoScaler: true
# Instance type to allocate
instanceType: c6i.4xlarge"
instanceType: c7i.12xlarge
# Size of storage volume for the availability zone, in gigabytes
volumeSize: 30
# Number of nodes to start with in this availability zone
Expand All @@ -90,7 +90,7 @@ managedNodeGroups:
withAddonPolicies:
autoScaler: true
# Instance type to allocate
instanceType: c6i.4xlarge
instanceType: c7i.12xlarge
# Size of storage volume for the availability zone, in gigabytes
volumeSize: 30
# Number of nodes to start with in this availability zone
Expand Down
Loading