Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- {dir: ottr_website, name: 'jhudsl/ottr_website'}
- {dir: ottr_jupyter, name: 'jhudsl/ottr_jupyter'}
- {dir: ottr_itn_workshop, name: 'jhudsl/ottr_itn_workshop'}
- {dir: ottr_metrics, name: 'jhudsl/ottr_metrics'}
# NEW IMAGES HERE: #
####### - {dir: directory_path, name: 'name its called on dockerhub'}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- {dir: ottr_website, name: 'jhudsl/ottr_website'}
- {dir: ottr_jupyter, name: 'jhudsl/ottr_jupyter'}
- {dir: ottr_itn_workshop, name: 'jhudsl/ottr_itn_workshop'}
- {dir: ottr_metrics, name: 'jhudsl/ottr_metrics'}
# NEW IMAGES HERE: #
####### - {dir: directory_path, name: 'name its called on dockerhub'}
steps:
Expand Down
9 changes: 9 additions & 0 deletions ottr_metrics/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Usage: for running the analysis part of the AnVIL User Poll

FROM jhudsl/ottr_website
LABEL maintainer="itcrtrainingnetwork@gmail.com"

# Install metrics packages
RUN Rscript -e "options(warn = 2);install.packages( \
c('cranlogs', 'metricminer'), \
repos = 'https://cloud.r-project.org/')"