Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Add amazon-sagemaker-jupyter-ai-q-developer and others #447

Merged
merged 2 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build_artifacts/v1/v1.9/v1.9.0/cpu.additional_packages_env.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
conda-forge::langchain-aws[version='>=0.1.1,<0.2.0']
amazon-sagemaker-jupyter-ai-q-developer[version='>=1.0.3,<2.0']
amazon-q-developer-jupyterlab-ext[version='>=3.1.0,<4.0']
2 changes: 2 additions & 0 deletions build_artifacts/v1/v1.9/v1.9.0/gpu.additional_packages_env.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
conda-forge::langchain-aws[version='>=0.1.1,<0.2.0']
amazon-sagemaker-jupyter-ai-q-developer[version='>=1.0.3,<2.0']
amazon-q-developer-jupyterlab-ext[version='>=3.1.0,<4.0']
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM $SAGEMAKER_DISTRIBUTION_IMAGE

ARG MAMBA_DOCKERFILE_ACTIVATE=1

CMD ["python", "-c", "import amazon_codewhisperer_jupyterlab_ext"]
CMD ["python", "-c", "import amazon_q_developer_jupyterlab_ext"]
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 amazon_sagemaker_jupyter_ai_q_developer"]