Skip to content

Commit b618820

Browse files
committed
Add docker file
1 parent 9dccee2 commit b618820

File tree

1 file changed

+7
-0
lines changed
  • model_zoo/ECG2AF/deployment/v1/processing_image

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM python:3.9-slim
2+
WORKDIR /app
3+
COPY prepare.py /app/
4+
COPY finalize.py /app/
5+
COPY requirements.txt /app/
6+
RUN pip install -r /app/requirements.txt
7+
ENTRYPOINT ["python"]

0 commit comments

Comments
 (0)