generated from ersilia-os/eos-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update deps to use mordredcommunity, revert code
- Loading branch information
1 parent
7729e3c
commit 2e30fb9
Showing
3 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM bentoml/model-server:0.11.0-py38 | ||
MAINTAINER ersilia | ||
|
||
RUN pip install rdkit==2023.3.2 | ||
RUN pip install mordred==1.2 | ||
RUN pip install timeout-decorator==0.5.0 | ||
RUN pip install mordredcommunity==2.0.6 | ||
RUN pip install networkx==3.2.1 | ||
RUN pip install numpy==1.26.4 | ||
RUN pip install pandas==1.3.5 | ||
RUN pip install numpy==1.19.5 | ||
RUN pip install networkx==2.0.0 | ||
RUN pip install rdkit==2023.3.2 | ||
RUN pip install timeout-decorator==0.5.0 | ||
|
||
WORKDIR /repo | ||
COPY ./repo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.