Skip to content

Commit

Permalink
Update to MLRun 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
george0st committed Jul 5, 2024
1 parent 0ed00d0 commit 2068c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/config/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- nuclio-platform-config:/etc/nuclio/config

mlrun-api:
image: "mlrun/mlrun-api:${TAG:-1.6.2}"
image: "mlrun/mlrun-api:${TAG:-1.6.4}"
ports:
- "8080:8080"
environment:
Expand All @@ -61,7 +61,7 @@ services:
- mlrun

mlrun-ui:
image: "mlrun/mlrun-ui:${TAG:-1.6.2}"
image: "mlrun/mlrun-ui:${TAG:-1.6.4}"
ports:
- "8060:8090"
environment:
Expand Down

0 comments on commit 2068c8b

Please sign in to comment.