Skip to content

Commit

Permalink
Fixes for all-runtimes (#1794)
Browse files Browse the repository at this point in the history
* Included env variables to all-runtimes.

* Updated continuumio/miniconda image.
  • Loading branch information
RobertSamoilescu authored Jun 7, 2024
1 parent 48bf63f commit 446dfbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ commands =
{toxinidir}/runtimes/lightgbm \
{toxinidir}/runtimes/mlflow \
{toxinidir}/runtimes/huggingface
set_env =
GITHUB_SERVER_URL = {env:GITHUB_SERVER_URL:https\://github.com}
GITHUB_REPOSITORY = {env:GITHUB_REPOSITORY:SeldonIO/MLServer}
GITHUB_REF = {env:GITHUB_REF:refs/heads/master}

[testenv:licenses]
commands_pre =
Expand Down

0 comments on commit 446dfbf

Please sign in to comment.