Skip to content

Commit

Permalink
Clean up; add example files
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanshreeA committed Sep 22, 2024
1 parent 8ba380c commit a47dfbc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bentoml/model-server:0.11.0-py37

RUN pip install rdkit-pypi
RUN pip install rdkit==2023.3.2

WORKDIR /repo
COPY . /repo
1 change: 0 additions & 1 deletion input.csv

This file was deleted.

2 changes: 2 additions & 0 deletions model/framework/examples/input.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
smiles
Nc1cccc(c1)-c1cc2c(Oc3cccc(O)c3)ncnc2[nH]1
2 changes: 2 additions & 0 deletions model/framework/examples/output.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
value
318.336

0 comments on commit a47dfbc

Please sign in to comment.