diff --git a/addons.tf b/addons.tf index 42ae77e..013212b 100644 --- a/addons.tf +++ b/addons.tf @@ -107,6 +107,11 @@ module "eks_blueprints_addons" { timeout = "300" repository_username = data.aws_ecrpublic_authorization_token.token.user_name repository_password = data.aws_ecrpublic_authorization_token.token.password + values = [< /opt/conda/envs/allen/bin/python -m ipykernel install --user --name allen --display-name "Python (Allen SDK)"; /opt/conda/bin/pip install --upgrade dandi; - /opt/conda/bin/pip install --upgrade lincbrain-cli; git config --global user.email "$${GITHUB_EMAIL}"; git config --global user.name "$${GITHUB_USER}" diff --git a/envs/linc/managed-jupyterhub.yaml b/envs/linc/managed-jupyterhub.yaml index abe5619..358a246 100644 --- a/envs/linc/managed-jupyterhub.yaml +++ b/envs/linc/managed-jupyterhub.yaml @@ -188,9 +188,8 @@ singleuser: - -c - '/opt/conda/envs/allen/bin/python -m ipykernel install --user --name allen --display-name "Python (Allen SDK)"; /opt/conda/bin/pip install --upgrade - dandi; /opt/conda/bin/pip install --upgrade lincbrain-cli; git config - --global user.email "$${GITHUB_EMAIL}"; git config --global user.name - "$${GITHUB_USER}" + dandi; git config --global user.email "$${GITHUB_EMAIL}"; git config --global + user.name "$${GITHUB_USER}" ' memory: diff --git a/versions.tf b/versions.tf index d8003dd..221110f 100644 --- a/versions.tf +++ b/versions.tf @@ -1,31 +1,26 @@ -# Derived from Data On EKS under Apache License 2.0. -# Source: https://github.com/awslabs/data-on-eks/tree/main/ai-ml/jupyterhub -# See LICENSE file in the root directory of this source code or at http://www.apache.org/licenses/LICENSE-2.0.html. - terraform { required_version = ">= 1.0.0" required_providers { aws = { source = "hashicorp/aws" - version = ">= 3.72" + version = ">= 5.76.0" } kubernetes = { source = "hashicorp/kubernetes" - version = ">= 2.10" + version = ">= 2.33.0" } helm = { source = "hashicorp/helm" - version = ">= 2.12.1" + version = ">= 2.16.1" } random = { source = "hashicorp/random" - version = "3.1.0" # Replace with the appropriate version of the random provider + version = ">= 3.6.3" } - archive = { source = "hashicorp/archive" version = "2.4.0" } } -} +} \ No newline at end of file