Skip to content

Commit

Permalink
fix:lmdb package name
Browse files Browse the repository at this point in the history
  • Loading branch information
dp-yuanyn committed Apr 9, 2024
1 parent 0cad635 commit e046388
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 @@ -20,7 +20,7 @@ RUN wget --quiet -O CDPKit.sh https://github.com/molinfo-vienna/CDPKit/releases/
rm CDPKit.sh

WORKDIR /opt
RUN mamba install -y ipython requests tqdm lmdb openbabel ambertools openmm -c conda-forge
RUN mamba install -y ipython requests tqdm python-lmdb openbabel ambertools openmm -c conda-forge

COPY . /opt/unidock_tools
RUN cd /opt/unidock_tools && \
Expand Down

0 comments on commit e046388

Please sign in to comment.