diff --git a/Dockerfile b/Dockerfile index ea2af1c8..1abfb68e 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.87 +RUN pip install --no-cache-dir 'sageworks[ml-tool,chem]'==0.8.88 diff --git a/applications/aws_dashboard/Dockerfile b/applications/aws_dashboard/Dockerfile index 29006fc1..9038c4a2 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.87 +RUN pip install --no-cache-dir sageworks==0.8.88 # 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 faeec994..39a32737 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_87_amd64" +dashboard_image = "public.ecr.aws/m6i5k1r2/sageworks_dashboard:v0_8_88_amd64" # SageWorks Configuration try: diff --git a/aws_setup/sageworks_dashboard_lite/app.py b/aws_setup/sageworks_dashboard_lite/app.py index becd539b..b0852d86 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_87_amd64" +dashboard_image = "public.ecr.aws/m6i5k1r2/sageworks_dashboard:v0_8_88_amd64" # SageWorks Configuration try: