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

fixing make process

parent c63ed0e6
Branches
No related tags found
3 merge requests!123testing develop merge,!23Various tutorials,!19cmlkit - new tutorial
......@@ -104,11 +104,9 @@ USER root
RUN chown -R $NB_USER:$NB_GID $PWD
USER $NB_USER
# RUN python make.py -v cpp
RUN mkdir build; python make cpp --include-path /usr/include/gsl/ --library-path /usr/lib/ -v
RUN python make -v cpp --include-path /usr/include/gsl/ --library-path /usr/lib/
#RUN python make.py -v python
RUN python make python --include-path /usr/include/gsl/ --library-path /usr/lib/ -v
RUN python make -v 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