Skip to content
Snippets Groups Projects
Commit 8b3ff1df authored by Adam Fekete's avatar Adam Fekete
Browse files

Update Dockerfile

parent a260deaf
Branches
No related tags found
3 merge requests!123testing develop merge,!23Various tutorials,!19cmlkit - new tutorial
......@@ -104,9 +104,10 @@ USER root
RUN chown -R $NB_USER:$NB_GID $PWD
USER $NB_USER
RUN python make -v --debug cpp --include-path /usr/include/gsl/ --library-path /usr/lib/ 2>&1
RUN mv cpp/tests/test_representations_mbtr.cpp cpp/tests/test_representations_mbtr.cpp.skip \
&& ./make --verbose cpp --include-path /usr/include/gsl/ --library-path /usr/lib/
RUN python make -v python --include-path /usr/include/gsl/ --library-path /usr/lib/
RUN ./make --debug python --include-path /usr/include/gsl/ --library-path /usr/lib/
#RUN make -v install
ENV PYTHONPATH "/opt/qmmlpack/python":$PYTHONPATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment