Skip to content

Commit

Permalink
feature: Add amazon-sagemaker-jupyter-ai-q-developer and others (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarnzt authored Jun 24, 2024
1 parent c959f7c commit aae147a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
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"]

0 comments on commit aae147a

Please sign in to comment.