Skip to content

Commit

Permalink
ubi9
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Hughes <[email protected]>
  • Loading branch information
tchughesiv committed Dec 11, 2024
1 parent 2daddb6 commit aef39ec
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aef39ec

Please sign in to comment.