Skip to content
Snippets Groups Projects
Commit 0aae98fe authored by Belfiore, Asia's avatar Belfiore, Asia
Browse files

Edit Dockerfile

parent 01462e30
Branches main
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ RUN /model/bin/pip3 install -r /model/requirements.txt
COPY model.py /model/
COPY utils.py /model/
ENTRYPOINT ["/model/bin/python3", "/model/model.py"]
CMD ["--input=/data/test.csv", "--output=/data/aki.csv"]
CMD ["--input=/data/test.csv", "--output=/data/aki.csv"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment