Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: use specific base_url for Jupyter server if SAGEMAKER_APP_TY…
…PE is set (#78) **Description** * If SAGEMAKER_APP_TYPE env variable is set, use /<app-type-in-lower-case>/default as the base URI for Jupyter server **Motivation** * SageMaker will require the base URL of Jupyter server to be set to include app type for the image to be used by SageMaker apps. **Testing Done** * bb release * Tested with `docker run -p 8888:8888 --env SAGEMAKER_APP_TYPE=Savitur --entrypoint entrypoint-jupyter-server` and confirmed base URI is correctly set * Tested with `docker run -p 8888:8888 --entrypoint entrypoint-jupyter-server` and confirmed base URI is not set **Backwards Compatibility Criteria (if any)** * N/A Co-authored-by: Zuoyuan Huang <[email protected]>
- Loading branch information