Skip to content

Commit

Permalink
update installs
Browse files Browse the repository at this point in the history
  • Loading branch information
GemmaTuron committed Mar 22, 2024
1 parent 0ccb3ce commit 0eb3b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

7 changes: 2 additions & 5 deletions Dockerfile
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

0 comments on commit 0eb3b3b

Please sign in to comment.