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 Jan 5, 2025
1 parent 9b7c88e commit dbde3cf
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 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
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 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
Expand Down
2 changes: 1 addition & 1 deletion aws_setup/workbench_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/workbench_dashboard:v0_8_88_amd64"
dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:v0_8_90_amd64"

# Workbench Configuration
try:
Expand Down
2 changes: 1 addition & 1 deletion aws_setup/workbench_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/workbench_dashboard:v0_8_88_amd64"
dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:v0_8_90_amd64"

# Workbench Configuration
try:
Expand Down

0 comments on commit dbde3cf

Please sign in to comment.