From a977c82e35631c5b0646466319986ceabf543e07 Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:14:50 -0500 Subject: [PATCH 1/3] add py hd5 pd dependency --- .github/workflows/action.yml | 3 +++ .github/workflows/merge.yml | 1 + ottr_ocs_py/Dockerfile | 6 ++++++ 3 files changed, 10 insertions(+) create mode 100644 ottr_ocs_py/Dockerfile diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f79829c..cdc2721 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,6 +1,9 @@ # Candace Savonen Apr 2025 + name: 'Build Docker Image' +author: "Candace Savonen" description: 'Build and push from a dockerfile in the repository' + inputs: directory: description: "What's the file path to this Dockerfile's folder in this repo" diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index d3c5e61..d625860 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -28,6 +28,7 @@ jobs: - {dir: ottr_itn_workshop, name: 'jhudsl/ottr_itn_workshop'} - {dir: ottr_metrics, name: 'jhudsl/ottr_metrics'} - {dir: ottr_ml, name: 'jhudsl/ottr_ml'} + - {dir: ottr_ocs_py, name: 'jhudsl/ottr_ocs_py'} # NEW IMAGES HERE: # ####### - {dir: directory_path, name: 'name its called on dockerhub'} steps: diff --git a/ottr_ocs_py/Dockerfile b/ottr_ocs_py/Dockerfile new file mode 100644 index 0000000..ff5f564 --- /dev/null +++ b/ottr_ocs_py/Dockerfile @@ -0,0 +1,6 @@ +FROM jhudsl/ottr_python:main +LABEL maintainer="cansav09@gmail.com" + +# Install some python packages +RUN pip3 install \ + pytables From 2624f8ea1e010c00d0a2e302772edcc3d7482b42 Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:21:57 -0500 Subject: [PATCH 2/3] capitalize --- ottr_ocs_py/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ottr_ocs_py/Dockerfile b/ottr_ocs_py/Dockerfile index ff5f564..3b96593 100644 --- a/ottr_ocs_py/Dockerfile +++ b/ottr_ocs_py/Dockerfile @@ -3,4 +3,4 @@ LABEL maintainer="cansav09@gmail.com" # Install some python packages RUN pip3 install \ - pytables + PyTables From 589da7e1289a96ceef33b4be2b5f6a96a3446c93 Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:25:42 -0500 Subject: [PATCH 3/3] try different name --- ottr_ocs_py/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ottr_ocs_py/Dockerfile b/ottr_ocs_py/Dockerfile index 3b96593..171e103 100644 --- a/ottr_ocs_py/Dockerfile +++ b/ottr_ocs_py/Dockerfile @@ -3,4 +3,4 @@ LABEL maintainer="cansav09@gmail.com" # Install some python packages RUN pip3 install \ - PyTables + tables