Skip to content

Commit e22229c

Browse files
author
PyCaret
authored
Update Dockerfile
1 parent 26630b9 commit e22229c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ WORKDIR /app
44

55
ADD . /app
66

7+
RUN conda install -c conda-forge shap
8+
79
RUN pip install --trusted-host pypi.python.org -r requirements.txt
810

911
ENTRYPOINT ["python"]
1012

11-
CMD ["/app/app.py"]
13+
CMD ["/app/app.py"]

0 commit comments

Comments
 (0)