Skip to content

Commit

Permalink
Move both ML frameworks from vanilla to firedrake
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Sep 23, 2024
1 parent 9ed9765 commit e426715
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 5 additions & 2 deletions docker/Dockerfile.firedrake
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ WORKDIR /home/firedrake
RUN bash -c "source firedrake/bin/activate; \
firedrake-update \
--documentation-dependencies \
--jax \
--netgen \
--slepc \
--install femlium \
--torch \
--install asQ \
--install defcon \
--install fascd \
--install femlium \
--install gadopt \
--install gusto \
--install icepack \
--install irksome \
--install asQ \
--install thetis"

2 changes: 0 additions & 2 deletions docker/Dockerfile.vanilla
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ RUN curl -O https://raw.githubusercontent.com/firedrakeproject/firedrake/master/
RUN bash -c "python3 firedrake-install \
--no-package-manager \
--disable-ssh \
--torch \
--jax \
--honour-petsc-dir \
--mpicc=$MPICH_DIR/mpicc \
--mpicxx=$MPICH_DIR/mpicxx \
Expand Down

0 comments on commit e426715

Please sign in to comment.