-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added the package to the {cpu/gpu}.additional_packages_env.in files - Added import test for the jupyter-idle extension package - Built the images successfully and tested the extension on jupyter lab spun up on the image. Results were as expected. - An OSS review and Appsec review has been copleted for this package - pypi : https://pypi.org/project/jupyter-idle/0.1.1/ - conda-forge : https://anaconda.org/conda-forge/jupyter-idle
- Loading branch information
Showing
4 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#Add any additional packages here | ||
conda-forge::mlflow[version='>=2.13.2,<3.0'] | ||
conda-forge::sagemaker-mlflow[version='>=0.1.0,<1.0'] | ||
conda-forge::jupyter-idle[version'>=0.1.1,<1.0'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#Add any additional packages here | ||
conda-forge::mlflow[version='>=2.13.2,<3.0'] | ||
conda-forge::sagemaker-mlflow[version='>=0.1.0,<1.0'] | ||
conda-forge::jupyter-idle[version'>=0.1.1,<1.0'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ARG SAGEMAKER_DISTRIBUTION_IMAGE | ||
FROM $SAGEMAKER_DISTRIBUTION_IMAGE | ||
|
||
ARG MAMBA_DOCKERFILE_ACTIVATE=1 | ||
|
||
CMD ["python", "-c", "import jupyter_idle"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters