Skip to content

Commit

Permalink
bumping version for sageworks for Docker and AWS Stack
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Mar 28, 2024
1 parent 3c0a9c3 commit 4c75bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/aws_dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY nginx.conf /etc/nginx/sites-available/default
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf

# Install Sageworks (changes often)
RUN pip install --no-cache-dir sageworks==0.4.43
RUN pip install --no-cache-dir sageworks==0.4.47

# Copy the current directory contents into the container at /app
COPY . /app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from constructs import Construct

# When you want a different version change this line
dashboard_image = "public.ecr.aws/m6i5k1r2/sageworks_dashboard:v0_4_43_amd64"
dashboard_image = "public.ecr.aws/m6i5k1r2/sageworks_dashboard:v0_4_47_amd64"


class SageworksDashboardStackProps(StackProps):
Expand Down

0 comments on commit 4c75bda

Please sign in to comment.