Skip to content

Commit

Permalink
Add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevans committed Sep 20, 2023
1 parent 644b62c commit b071daf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FROM jupyter/scipy-notebook

RUN mamba install -c pychaste -c conda-forge -c bioconda chaste

# # Python 3.10 is currently required
# RUN mamba create -n pychaste_env -c pychaste -c conda-forge -c bioconda chaste
# RUN conda activate pychaste_env

0 comments on commit b071daf

Please sign in to comment.