Skip to content
Snippets Groups Projects
Commit 9c0f7a4b authored by Rafal Gumienny's avatar Rafal Gumienny
Browse files

fix: Checkout develop branch

parent 6c834d9f
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ RUN pip install --upgrade pip && pip install numpy==1.14.0 \
# copy ost release
WORKDIR /opt/ost
RUN git clone https://git.scicore.unibas.ch/schwede/openstructure.git /opt/ost
RUN git clone https://git.scicore.unibas.ch/schwede/openstructure.git /opt/ost && git checkout -b develop origin/develop
# compile ost
RUN cmake . -DPYTHON_LIBRARIES=/usr/lib/x86_64-linux-gnu/libpython2.7.so \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment