We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b3724 commit 56a48c3Copy full SHA for 56a48c3
Dockerfile
@@ -46,6 +46,7 @@ RUN /bin/bash -c "cd fastai && git checkout 2.0.18 && pip install . && cd ../fas
46
# TORCHSERVE
47
RUN git clone https://github.com/pytorch/serve.git
48
RUN pip install ./serve/
49
+RUN pip install captum
50
51
COPY ./deployment/dockerd-entrypoint.sh /usr/local/bin/dockerd-entrypoint.sh
52
RUN chmod +x /usr/local/bin/dockerd-entrypoint.sh
@@ -56,4 +57,4 @@ COPY ./deployment/config.properties /home/model-server/config.properties
56
57
WORKDIR /home/model-server
58
ENV TEMP=/home/model-server/tmp
59
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh"]
-CMD ["serve"]
60
+CMD ["serve"]
0 commit comments