Skip to content

Commit

Permalink
updating readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GemmaTuron authored and ersilia-bot committed Apr 9, 2024
1 parent eb854be commit a671989
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
FROM bentoml/model-server:0.11.0-py37
MAINTAINER ersilia

RUN pip install tmap
RUN pip install rdkit
RUN pip install tmap==1.2.1
RUN pip install rdkit==2023.3.2
RUN wget https://raw.githubusercontent.com/ersilia-os/eos59rr/main/model/framework/code/bidd-molmap/requirements.txt
RUN pip install -r requirements.txt
RUN pip install h5py==2.10.0

WORKDIR /repo
COPY . /repo
Expand Down
3 changes: 3 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"default_mode": "conda"
}
2 changes: 1 addition & 1 deletion model/framework/code/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


root = os.path.dirname(os.path.abspath(__file__))
sys.path.append(os.path.join(root, "./bidd-molmap/"))
sys.path.append(os.path.join(root, "/bidd-molmap/"))


mp = fingerprints_molmap()
Expand Down

0 comments on commit a671989

Please sign in to comment.