Skip to content

Commit

Permalink
fix:pyright check; build:openmm with cuda-version
Browse files Browse the repository at this point in the history
  • Loading branch information
dp-yuanyn committed Aug 6, 2024
1 parent 8851345 commit b98768a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion unidock_tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN wget --quiet -O CDPKit.sh https://github.com/molinfo-vienna/CDPKit/releases/

WORKDIR /opt

RUN mamba install -y ipython requests tqdm python-lmdb openbabel ambertools openmm -c conda-forge
RUN mamba install -y ipython requests tqdm python-lmdb openbabel ambertools openmm cuda-version=12.0 -c conda-forge

COPY . /opt/unidock_tools
RUN cd /opt/unidock_tools && \
Expand Down
1 change: 1 addition & 0 deletions unidock_tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ reportMissingModuleSource = false
reportAttributeAccessIssue = false
reportIncompatibleMethodOverride = false
reportCallIssue = false
reportArgumentType = false

0 comments on commit b98768a

Please sign in to comment.