Skip to content
Snippets Groups Projects
Commit 66cfdd32 authored by Martin Bauer's avatar Martin Bauer
Browse files

Fixes in binder environment

parent ab6ffc5d
No related branches found
No related tags found
No related merge requests found
Pipeline #22122 passed
...@@ -32,4 +32,5 @@ dependencies: ...@@ -32,4 +32,5 @@ dependencies:
- ipy_table # HTML tables for jupyter notebooks - ipy_table # HTML tables for jupyter notebooks
- pyevtk # VTK output for serial simulations - pyevtk # VTK output for serial simulations
- blitzdb # file-based No-SQL database to store simulation results - blitzdb # file-based No-SQL database to store simulation results
- pystencils
#- pycuda # add this if you have CUDA installed #- pycuda # add this if you have CUDA installed
...@@ -2,4 +2,5 @@ ...@@ -2,4 +2,5 @@
python3 setup.py develop python3 setup.py develop
export MPMATH_NOGMPY=1
exec "$@" exec "$@"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment