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

Commit

Permalink
fix:tool dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
YNYuan committed Feb 26, 2024
1 parent 9a33d71 commit 7a31546
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 7a31546

Please sign in to comment.