Skip to content

Commit

Permalink
bug libXp6
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Feb 9, 2024
1 parent a8e9f25 commit d0cf7e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions Dockerfile_github_nomcr
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,21 @@ ARG DEBIAN_FRONTEND="noninteractive"

MAINTAINER David Meunier "david.meunier@univ-amu.fr"


############################################# install skullTo3d

WORKDIR /opt/packages/

RUN git clone https://github.com/macatools/skullTo3d.git
WORKDIR /opt/packages/skullTo3d

RUN python3 setup.py develop




# RUN pip install --no-deps --index-url https://test.pypi.org/simple/ --pre skullTo3d

RUN python -c "import skullTo3d; print(skullTo3d.__version__)"

############################################# IsoSurface requires specifically libXp6
#RUN echo 'deb http://security.ubuntu.com/ubuntu precise-security main' >> /etc/apt/sources.list
#RUN apt update
#RUN apt install libxp6

RUN ls -l /usr/lib/x86_64-linux-gnu
RUN ln -s /usr/lib/x86_64-linux-gnu/libXpm.so.4.11.0 /usr/lib/x86_64-linux-gnu/libXp.so.6
2 changes: 1 addition & 1 deletion skullTo3d/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '0.0.1-rc11'
__version__ = '0.0.1-rc12'

0 comments on commit d0cf7e9

Please sign in to comment.