Skip to content

Commit

Permalink
Merge branch 'refs/heads/feat/nbbuilder' into feat/healbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
J Montgomery Maxwell authored and J Montgomery Maxwell committed Jul 31, 2024
2 parents 68bbd98 + eac8380 commit a4f2f40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HEAL-notebooks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ ARG NOTEBOOK_DIR

COPY $NOTEBOOK_DIR/ $HOME/

RUN pip uninstall -y gen3
RUN pip3 install gen3
RUN pip3 install healdata-utils
RUN conda config --append channels conda-forge
RUN conda install -c plotly plotly

Expand Down
2 changes: 2 additions & 0 deletions HEAL-notebooks/generic_rkernel/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
numpy==1.25.0
scipy==1.9.2

0 comments on commit a4f2f40

Please sign in to comment.