From 26a50842e989810e42aff19d2b1a3fce3f790cfb Mon Sep 17 00:00:00 2001 From: Brian Wylie Date: Mon, 16 Dec 2024 11:29:50 -0700 Subject: [PATCH] bumping versions for sageworks in Dockerfiles/CDK --- Dockerfile | 2 +- applications/aws_dashboard/Dockerfile | 2 +- aws_setup/sageworks_dashboard_full/app.py | 2 +- aws_setup/sageworks_dashboard_lite/app.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 66739300..ea2af1c8 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 SageWorks on its own layer -RUN pip install --no-cache-dir 'sageworks[ml-tool,chem]'==0.8.86 +RUN pip install --no-cache-dir 'sageworks[ml-tool,chem]'==0.8.87 diff --git a/applications/aws_dashboard/Dockerfile b/applications/aws_dashboard/Dockerfile index ea509b1b..29006fc1 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 SageWorks Dashboard on its own layer -RUN pip install --no-cache-dir sageworks==0.8.86 +RUN pip install --no-cache-dir sageworks==0.8.87 # Copy the Nginx and Supervisor configuration files COPY nginx.conf /etc/nginx/sites-available/default diff --git a/aws_setup/sageworks_dashboard_full/app.py b/aws_setup/sageworks_dashboard_full/app.py index 5cee9566..faeec994 100644 --- a/aws_setup/sageworks_dashboard_full/app.py +++ b/aws_setup/sageworks_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/sageworks_dashboard:v0_8_86_amd64" +dashboard_image = "public.ecr.aws/m6i5k1r2/sageworks_dashboard:v0_8_87_amd64" # SageWorks Configuration try: diff --git a/aws_setup/sageworks_dashboard_lite/app.py b/aws_setup/sageworks_dashboard_lite/app.py index ef5a2bbf..becd539b 100644 --- a/aws_setup/sageworks_dashboard_lite/app.py +++ b/aws_setup/sageworks_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/sageworks_dashboard:v0_8_86_amd64" +dashboard_image = "public.ecr.aws/m6i5k1r2/sageworks_dashboard:v0_8_87_amd64" # SageWorks Configuration try: