Skip to content

Commit

Permalink
Update mlflow-e2e builder step to use a "container" environment varia…
Browse files Browse the repository at this point in the history
…ble.

This is a hack/workaround for the currently unsolved kaniko issue of refusing
to build images on non-container/bare-metal environments, see:
GoogleContainerTools/kaniko#1542

Workaround for fuseml/fuseml#252
  • Loading branch information
vliaskov committed Sep 29, 2021
1 parent 7941fb7 commit b616329
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workflows/mlflow-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ outputs:
steps:
- name: builder
image: ghcr.io/fuseml/mlflow-builder:dev
env:
- name: container
value: 'kube'
inputs:
- name: mlflow-codeset
codeset:
Expand Down

0 comments on commit b616329

Please sign in to comment.