Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanshreeA committed Dec 18, 2024
1 parent 609a702 commit 552f1ad
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM bentoml/model-server:0.11.0-py38
MAINTAINER ersilia

RUN pip install rdkit==2024.03.3
RUN pip install signaturizer==1.1.10
RUN pip install signaturizer==1.1.10
RUN pip install numpy==1.26.4

WORKDIR /repo
COPY . /repo
File renamed without changes.
File renamed without changes.
Empty file removed src/__init__.py
Empty file.

0 comments on commit 552f1ad

Please sign in to comment.