From 9917ab5fb42781c7c632d4787ac37ea99af42bae Mon Sep 17 00:00:00 2001 From: Krishnan Authi Narayanan Date: Tue, 22 Aug 2023 02:34:14 +0200 Subject: [PATCH] changes --- polyaxonfiles/app-check.yaml | 1 + polyaxonfiles/app.yaml | 1 + 2 files changed, 2 insertions(+) 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]