Skip to content

Commit

Permalink
swapping generic rstudio container for a version maintained by Sage
Browse files Browse the repository at this point in the history
  • Loading branch information
brucehoff committed Jan 24, 2024
1 parent e36c420 commit edc95eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/ec2/sc-ec2-linux-docker-notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Mappings:
Rstudio:
NoteBookTypeForDocker: rstudio
ConfigSet: StartContainersRstudio
DockerImage: rocker/rstudio:4.3.2
DockerImage: ghcr.io/sage-bionetworks-it/rstudio-service-catalog:v1.0.0
EC2WorkDir: /home/ssm-user/workdir
GlobalVars:
DockerNetworkName:
Expand Down Expand Up @@ -377,7 +377,6 @@ Resources:
docker run -d --name ${NOTEBOOK_CONTAINER_NAME} \
--restart unless-stopped \
--network ${NETWORK_NAME} \
-e DISABLE_AUTH=true \
-e SYNAPSE_TOKEN_AWS_SSM_PARAMETER_NAME=${SYNAPSE_TOKEN_AWS_SSM_PARAMETER_NAME} \
-e AWS_DEFAULT_REGION=${AWS_REGION} \
-v ${EC2_WORK_DIR}:${RSTUDIO_WORK_DIR} \
Expand Down

0 comments on commit edc95eb

Please sign in to comment.