Skip to content

Commit

Permalink
bumping versions for sageworks in Dockerfiles/CDK
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Dec 16, 2024
1 parent 0331cc3 commit 26a5084
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion applications/aws_dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aws_setup/sageworks_dashboard_full/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion aws_setup/sageworks_dashboard_lite/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 26a5084

Please sign in to comment.