Skip to content

Commit

Permalink
img size
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
  • Loading branch information
tchughesiv committed Mar 3, 2025
1 parent c62a5f7 commit c93f821
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RUN npm install -g yarn yalc && rm -rf .npm
USER default

COPY --chown=default Makefile setup.py README.md ${APP_ROOT}/src/
#COPY --chown=default .git ${APP_ROOT}/src/.git
COPY --chown=default protos ${APP_ROOT}/src/protos
COPY --chown=default ui ${APP_ROOT}/src/ui
COPY --chown=default sdk/python ${APP_ROOT}/src/sdk/python
Expand All @@ -23,7 +22,6 @@ RUN yalc add @feast-dev/feast-ui && \
rm -rf node_modules && \
npm cache clean --force && \
yarn cache clean --all
# git diff package.json && \

WORKDIR ${APP_ROOT}/src
RUN pip install --no-cache-dir pip-tools && \
Expand Down

0 comments on commit c93f821

Please sign in to comment.