generated from ersilia-os/eos-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
0ccb3ce
commit 0eb3b3b
Showing
2 changed files
with
2 additions
and
6 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,10 +1,7 @@ | ||
FROM bentoml/model-server:0.11.0-py38 | ||
FROM bentoml/model-server:0.11.0-py310 | ||
MAINTAINER ersilia | ||
|
||
RUN pip install rdkit | ||
RUN pip install molfeat | ||
RUN pip install transformers | ||
RUN pip install python-dotenv | ||
RUN pip install molfeat[transformer]==0.10.0 | ||
|
||
WORKDIR /repo | ||
COPY . /repo |