Skip to content

Commit

Permalink
add sympy
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Ulrich committed Nov 10, 2024
1 parent 8d7c653 commit b366ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ RUN conda install \
matplotlib \
gmsh \
python-gmsh \
sympy \
&& docker-clean
ENV PATH=/home/tools/bin:$PATH
ENV OMP_PLACES="cores"
Expand Down
1 change: 1 addition & 0 deletions Dockerfile_jupyterlab
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ RUN conda install \
matplotlib \
gmsh \
python-gmsh \
sympy \
&& docker-clean
ENV PATH=/home/tools/bin:$PATH
ENV OMP_PLACES="cores"
Expand Down

0 comments on commit b366ca6

Please sign in to comment.