Skip to content

Commit 728c00f

Browse files
committed
Micro jupyter instance for sandboxes
1 parent 7c9abf6 commit 728c00f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sandbox-benchmarks.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ accounting_svc_docker_image_url = "public.ecr.aws/openbraininstitute/a
1919
me_model_analysis_docker_image_url = "public.ecr.aws/openbraininstitute/me-model-analysis:staging"
2020
is_nexus_openscience_running = false
2121
is_nexus_obp_running = true
22-
jupyterhub_ec2_type = "c7i.4xlarge"
22+
jupyterhub_ec2_type = "t3.micro"
2323
notebook_service_docker_image_url = "public.ecr.aws/openbraininstitute/notebook-service:staging"
2424

2525
small_scale_simulator_api_docker_image_url = "public.ecr.aws/openbraininstitute/single-cell-simulator:api-staging"

sandbox-hpc.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cell_svc_docker_image_url = "public.ecr.aws/openbraininstitute/s
1818
accounting_svc_docker_image_url = "public.ecr.aws/openbraininstitute/accounting-service:latest"
1919
is_nexus_openscience_running = false
2020
is_nexus_obp_running = true
21-
jupyterhub_ec2_type = "c7i.4xlarge"
21+
jupyterhub_ec2_type = "t3.micro"
2222
notebook_service_docker_image_url = "public.ecr.aws/openbraininstitute/notebook-service:staging"
2323

2424
bluenaas_docker_image_url = "public.ecr.aws/openbraininstitute/single-cell-simulator:staging"

0 commit comments

Comments
 (0)