Skip to content

Commit

Permalink
Merge pull request #34 from jhudsl/jupyter_docker
Browse files Browse the repository at this point in the history
add dockerfile for ottr_jupyter
  • Loading branch information
cansavvy authored Jan 8, 2025
2 parents d40d536 + 6f68aa7 commit fa27ac9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- {dir: ottr_anvil_poll, name: 'jhudsl/anvil-poll-2024'}
- {dir: ottr_datatables, name: 'jhudsl/ottr_datatables'}
- {dir: ottr_website, name: 'jhudsl/ottr_website'}
- {dir: ottr_jupyter, name: 'jhudsl/ottr_jupyter'}
# 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 @@ -21,6 +21,7 @@ jobs:
- {dir: ottr_anvil_poll, name: 'jhudsl/anvil-poll-2024'}
- {dir: ottr_datatables, name: 'jhudsl/ottr_datatables'}
- {dir: ottr_website, name: 'jhudsl/ottr_website'}
- {dir: ottr_jupyter, name: 'jhudsl/ottr_jupyter'}
# NEW IMAGES HERE: #
####### - {dir: directory_path, name: 'name its called on dockerhub'}
steps:
Expand Down
6 changes: 6 additions & 0 deletions ottr_jupyter/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM jhudsl/ottr_python:main
LABEL maintainer="cansav09@gmail.com"

# Install jupyter
RUN pip3 install \
jupyter==1.1.1

0 comments on commit fa27ac9

Please sign in to comment.