Skip to content

Commit

Permalink
Revert "feature: Add jupyter-idle extension (#453)"
Browse files Browse the repository at this point in the history
This reverts commit 99db206.
  • Loading branch information
rahrad123 committed Jul 22, 2024
1 parent 84aa7ec commit 9b0b48a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#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-activity-monitor-extension[version'>=0.1.0,<1.0']
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#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-activity-monitor-extension[version'>=0.1.0,<1.0']

This file was deleted.

2 changes: 0 additions & 2 deletions test/test_dockerfile_based_harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
("serve.test.Dockerfile", ["serve-langchain"]),
("langchain-aws.test.Dockerfile", ["langchain-aws"]),
("mlflow.test.Dockerfile", ["mlflow"]),
("jupyter-activity-monitor-extension.test.Dockerfile", ["jupyter-activity-monitor-extension"]),
],
)
def test_dockerfiles_for_cpu(
Expand Down Expand Up @@ -87,7 +86,6 @@ def test_dockerfiles_for_cpu(
("langchain-aws.test.Dockerfile", ["langchain-aws"]),
("mlflow.test.Dockerfile", ["mlflow"]),
("sagemaker-mlflow.test.Dockerfile", ["sagemaker-mlflow"]),
("jupyter-activity-monitor-extension.test.Dockerfile", ["jupyter-activity-monitor-extension"]),
("gpu-dependencies.test.Dockerfile", ["pytorch", "tensorflow"]),
],
)
Expand Down

0 comments on commit 9b0b48a

Please sign in to comment.