Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #36 from dp-yuanyn/build/fix_tool_image_build
Browse files Browse the repository at this point in the history
fix:tool dockerfile
  • Loading branch information
dp-yuanyn committed Feb 26, 2024
2 parents 9a33d71 + 7a31546 commit 3ef55dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unidock_tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN mamba create -y -n mgltools mgltools autogrid -c bioconda
ENV PATH $PATH:/opt/conda/envs/mgltools/bin
RUN pip install tqdm

COPY ./unidock_tools /opt/unidock_tools
COPY . /opt/unidock_tools
RUN cd /opt/unidock_tools && \
pip install . && \
rm -r /opt/unidock_tools

0 comments on commit 3ef55dd

Please sign in to comment.