From aef39ece84eba148b632dfb30603001bb6ba05ba Mon Sep 17 00:00:00 2001 From: Tommy Hughes Date: Wed, 11 Dec 2024 10:06:34 -0600 Subject: [PATCH] ubi9 Signed-off-by: Tommy Hughes --- .../feast/infra/feature_servers/multicloud/Dockerfile.dev | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev b/sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev index 5fd2325753..a33dd23645 100644 --- a/sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev +++ b/sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev @@ -13,8 +13,7 @@ RUN make build-ui RUN ls -la ${APP_ROOT}/bin RUN ls -la ${APP_ROOT}/src/node_modules/yarn/bin -ENV UIPATH python -c "import feast.ui as ui; print(ui.__path__)" | tr -d "[']" -RUN ls -la ${UIPATH} +RUN ls -la $(python -c "import feast.ui as ui; print(ui.__path__)" | tr -d "[']") # modify permissions to support running with a random uid RUN chmod g+w $(python -c "import feast.ui as ui; print(ui.__path__)" | tr -d "[']")/build/projects-list.json