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
c33fb55
commit 7729e3c
Showing
7 changed files
with
16 additions
and
12 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,11 +1,12 @@ | ||
FROM bentoml/model-server:0.11.0-py37 | ||
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 pandas==1.3.5 | ||
RUN conda install -c conda-forge xorg-libxrender xorg-libxtst | ||
RUN pip install numpy==1.19.5 | ||
RUN pip install networkx==2.0.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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
smiles | ||
CC(C)CC1=CC=C(C=C1)C(C)C(=O)O | ||
CC1(OC2C(OC(C2O1)(C#N)C3=CC=C4N3N=CN=C4N)CO)C | ||
COC1=CC23CCCN2CCC4=CC5=C(C=C4C3C1O)OCO5 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.