diff --git a/polyaxonfiles/app-check.yaml b/polyaxonfiles/app-check.yaml index fbec76b..ffb5638 100644 --- a/polyaxonfiles/app-check.yaml +++ b/polyaxonfiles/app-check.yaml @@ -8,4 +8,5 @@ run: rewritePath: true container: image: avivkri/polyaxon-examples:plx-streamlit-huggingface-app + imagePullPolicy: Always command: [streamlit, run, app-check.py] diff --git a/polyaxonfiles/app.yaml b/polyaxonfiles/app.yaml index 47b4c68..22eaa40 100644 --- a/polyaxonfiles/app.yaml +++ b/polyaxonfiles/app.yaml @@ -8,4 +8,5 @@ run: rewritePath: true container: image: avivkri/polyaxon-examples:plx-streamlit-huggingface-app + imagePullPolicy: Always command: [streamlit, run, app.py]