Skip to content

Commit

Permalink
Skip gdock installation, see gdocking/gdock#44
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Oct 4, 2024
1 parent b614d0d commit 922e366
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions deploy/Dockerfile.bartenderhaddock3
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ RUN echo cachebust=1 && pip install lightdock==${LIGHTDOCK_VERSION}

# gdock =============================================================================================================

WORKDIR /opt/gdock
RUN git clone --depth 1 -b ${GDOCK_VERSION} https://github.com/gdocking/gdock.git .
RUN pip install matplotlib==3.8.4 # dont install 3.9.0rc2
RUN python setup.py develop
RUN bash install.sh /opt/gdock
ENV GDOCK_PATH=/opt/gdock
# Gdock installation kaput currently, so skipping, see https://github.com/gdocking/gdock/issues/44 for details
# WORKDIR /opt/gdock
# RUN git clone --depth 1 -b ${GDOCK_VERSION} https://github.com/gdocking/gdock.git .
# RUN pip install matplotlib==3.8.4 # dont install 3.9.0rc2
# RUN python setup.py develop
# RUN bash install.sh /opt/gdock
# ENV GDOCK_PATH=/opt/gdock

# bartender ==========================================================================================================

Expand Down
13 changes: 7 additions & 6 deletions deploy/containerslurm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ RUN /usr/local/bin/pip install lightdock==${LIGHTDOCK_VERSION}

# gdock =============================================================================================================

WORKDIR /opt/gdock
RUN git clone --depth 1 -b ${GDOCK_VERSION} https://github.com/gdocking/gdock.git .
RUN pip install matplotlib==3.8.4 # dont install 3.9.0rc2
RUN python3 setup.py develop
RUN bash install.sh /opt/gdock
ENV GDOCK_PATH=/opt/gdock
# Gdock installation kaput currently, so skipping, see https://github.com/gdocking/gdock/issues/44 for details
# WORKDIR /opt/gdock
# RUN git clone --depth 1 -b ${GDOCK_VERSION} https://github.com/gdocking/gdock.git .
# RUN pip install matplotlib==3.8.4 # dont install 3.9.0rc2
# RUN python3 setup.py develop
# RUN bash install.sh /opt/gdock
# ENV GDOCK_PATH=/opt/gdock

# haddock3 ============================================================================================================
WORKDIR /opt/haddock3
Expand Down

0 comments on commit 922e366

Please sign in to comment.