From dbde3cfc61c980e19d337061c965e358c668bca0 Mon Sep 17 00:00:00 2001 From: Brian Wylie Date: Sun, 5 Jan 2025 14:01:37 -0700 Subject: [PATCH] bumping versions for sageworks in Dockerfiles/CDK --- Dockerfile | 2 +- applications/aws_dashboard/Dockerfile | 2 +- aws_setup/workbench_dashboard_full/app.py | 2 +- aws_setup/workbench_dashboard_lite/app.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 51226d37a..b8c93b7b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ COPY requirements-no-dash.txt requirements.txt ./ RUN pip install --no-cache-dir -r requirements-no-dash.txt # Install Workbench on its own layer -RUN pip install --no-cache-dir 'workbench[ml-tool,chem]'==0.8.88 +RUN pip install --no-cache-dir 'workbench[ml-tool,chem]'==0.8.90 diff --git a/applications/aws_dashboard/Dockerfile b/applications/aws_dashboard/Dockerfile index 04f2a2d92..fd0500ee8 100644 --- a/applications/aws_dashboard/Dockerfile +++ b/applications/aws_dashboard/Dockerfile @@ -24,7 +24,7 @@ COPY requirements.txt /app/ RUN pip install --no-cache-dir -r requirements.txt # Install Workbench Dashboard on its own layer -RUN pip install --no-cache-dir workbench==0.8.88 +RUN pip install --no-cache-dir workbench==0.8.90 # Copy the Nginx and Supervisor configuration files COPY nginx.conf /etc/nginx/sites-available/default diff --git a/aws_setup/workbench_dashboard_full/app.py b/aws_setup/workbench_dashboard_full/app.py index 6c1018d3f..fd4300371 100644 --- a/aws_setup/workbench_dashboard_full/app.py +++ b/aws_setup/workbench_dashboard_full/app.py @@ -12,7 +12,7 @@ print(f"Region: {aws_region}") # When you want a different docker image change this line -dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:v0_8_88_amd64" +dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:v0_8_90_amd64" # Workbench Configuration try: diff --git a/aws_setup/workbench_dashboard_lite/app.py b/aws_setup/workbench_dashboard_lite/app.py index 4ef90dd25..5ac68be9e 100644 --- a/aws_setup/workbench_dashboard_lite/app.py +++ b/aws_setup/workbench_dashboard_lite/app.py @@ -13,7 +13,7 @@ print(f"Region: {aws_region}") # When you want a different docker image change this line -dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:v0_8_88_amd64" +dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:v0_8_90_amd64" # Workbench Configuration try: