Skip to content

Commit 56a48c3

Browse files
authored
Update Dockerfile (#9)
Add `captum`
1 parent 80b3724 commit 56a48c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN /bin/bash -c "cd fastai && git checkout 2.0.18 && pip install . && cd ../fas
4646
# TORCHSERVE
4747
RUN git clone https://github.com/pytorch/serve.git
4848
RUN pip install ./serve/
49+
RUN pip install captum
4950

5051
COPY ./deployment/dockerd-entrypoint.sh /usr/local/bin/dockerd-entrypoint.sh
5152
RUN chmod +x /usr/local/bin/dockerd-entrypoint.sh
@@ -56,4 +57,4 @@ COPY ./deployment/config.properties /home/model-server/config.properties
5657
WORKDIR /home/model-server
5758
ENV TEMP=/home/model-server/tmp
5859
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh"]
59-
CMD ["serve"]
60+
CMD ["serve"]

0 commit comments

Comments
 (0)