Skip to content

Commit

Permalink
Fix jupyter params in broken Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Edwards <[email protected]>
  • Loading branch information
KyleFromNVIDIA committed Feb 26, 2024
1 parent 72a2cf0 commit 53a9ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testdata/containers/kubeflow_broken.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ENV PATH=/home/bob/.local/bin:$PATH

RUN pip install jupyterlab

CMD jupyter lab --ip=0.0.0.0
CMD jupyter lab --ip=0.0.0.0 --ServerApp.allow_origin="*" --ServerApp.base_url="$NB_PREFIX"

0 comments on commit 53a9ab8

Please sign in to comment.