Skip to content

Commit

Permalink
Updated continuumio/miniconda image.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Jun 6, 2024
1 parent ab4015c commit 841c509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlserver/cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DockerfileName = "Dockerfile"
DockerfileTemplate = """
FROM continuumio/miniconda3:23.5.2-0 AS env-builder
FROM continuumio/miniconda3:24.4.0-0 AS env-builder
SHELL ["/bin/bash", "-c"]
ARG MLSERVER_ENV_NAME="mlserver-custom-env" \\
Expand Down

0 comments on commit 841c509

Please sign in to comment.