Skip to content

Commit

Permalink
Compile fast-rmsdmatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Apr 15, 2024
1 parent 048f560 commit 3ba8871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/Dockerfile.bartenderhaddock3
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ WORKDIR /opt/haddock3
RUN git clone --recursive https://github.com/haddocking/haddock3.git . && git checkout ${HADDOCK3_VERSION}
WORKDIR /opt/haddock3/src/fcc/src
RUN make
WORKDIR /opt/haddock3/src/fast-rmsdmatrix/src
RUN chmod u+x Makefile && make fast-rmsdmatrix
WORKDIR /opt/haddock3
RUN pip install -r requirements.txt && python setup.py develop
COPY ./cns /opt/haddock3/bin/cns
Expand Down

0 comments on commit 3ba8871

Please sign in to comment.