Skip to content

Commit

Permalink
Add a magick fix for Docker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Feb 26, 2024
1 parent 23edbba commit 2fafd53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/pygmtsar.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ RUN apt-get -y update \
&& apt-get -y install xvfb libegl1-mesa \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
RUN conda install -y -c conda-forge vtk panel xvfbwrapper pyvista
# magick fix for the library
RUN pip3 uninstall -y h5py
RUN pip3 install pygmtsar

# modify start-notebook.py to start Xvfb
Expand Down

0 comments on commit 2fafd53

Please sign in to comment.