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.
- Loading branch information
1 parent
2e30fb9
commit ccd0469
Showing
6 changed files
with
31 additions
and
15 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,10 @@ | ||
FROM bentoml/model-server:0.11.0-py38 | ||
FROM bentoml/model-server:0.11.0-py312 | ||
MAINTAINER ersilia | ||
|
||
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 rdkit==2023.3.2 | ||
RUN pip install mordredcommunity[full]==2.0.6 | ||
RUN pip install timeout-decorator==0.5.0 | ||
RUN pip install scikit-learn==1.6.1 | ||
RUN pip install joblib==1.4.2 | ||
|
||
WORKDIR /repo | ||
COPY ./repo |
Binary file not shown.
Binary file not shown.
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
Large diffs are not rendered by default.
Oops, something went wrong.