Skip to content

Commit 1d7eda1

Browse files
committed
add ml dockerfile
1 parent 65b6179 commit 1d7eda1

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- {dir: ottr_jupyter, name: 'jhudsl/ottr_jupyter'}
2828
- {dir: ottr_itn_workshop, name: 'jhudsl/ottr_itn_workshop'}
2929
- {dir: ottr_metrics, name: 'jhudsl/ottr_metrics'}
30+
- {dir: ottr_ml, name: 'jhudsl/ottr_ml'}
3031
# NEW IMAGES HERE: #
3132
####### - {dir: directory_path, name: 'name its called on dockerhub'}
3233
steps:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- {dir: ottr_jupyter, name: 'jhudsl/ottr_jupyter'}
2525
- {dir: ottr_itn_workshop, name: 'jhudsl/ottr_itn_workshop'}
2626
- {dir: ottr_metrics, name: 'jhudsl/ottr_metrics'}
27+
- {dir: ottr_ml, name: 'jhudsl/ottr_ml'}
2728
# NEW IMAGES HERE: #
2829
####### - {dir: directory_path, name: 'name its called on dockerhub'}
2930
steps:

ottr_ml/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM jhudsl/ottr_jupyter:main
2+
LABEL maintainer="cansav09@gmail.com"
3+
4+
# Install machine learning packages
5+
RUN pip3 install \
6+
sklearn==1.7.2 formulaic==1.2.1 statsmodels==0.14.6

0 commit comments

Comments
 (0)