Skip to content

Commit

Permalink
kubeflow-pipelines-visualization-server: add debugging comment
Browse files Browse the repository at this point in the history
  • Loading branch information
OddBloke committed Jan 20, 2025
1 parent 93c4294 commit 0dfbef6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kubeflow-pipelines-visualization-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ pipeline:
patches: 0001-Bump-dependencies.patch

- runs: |
# When the requirements.in file needs updating, uncommenting these lines
# will install pip-compile, run it once to fetch packages, then fail the
# build to drop you into a debug shell:
# apk add py${{vars.py-version}}-pip-tools-bin
# pip-compile --output-file tmp.txt backend/src/apiserver/visualization/requirements.in
# false
mkdir -p ${{targets.destdir}}/usr/share/app
cp -r backend/src/apiserver/visualization/* ${{targets.destdir}}/usr/share/app/
cd ${{targets.destdir}}/usr/share/app/
Expand Down

0 comments on commit 0dfbef6

Please sign in to comment.