File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments