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 86f5a77 commit d4bb25fCopy full SHA for d4bb25f
test/container/1.6.0/Dockerfile.pytorch
@@ -38,9 +38,6 @@ RUN useradd -m model-server \
38
COPY artifacts/ts-entrypoint.py /usr/local/bin/dockerd-entrypoint.py
39
COPY artifacts/config.properties /home/model-server
40
41
-RUN apt-get update && apt-get install -y git
42
-RUN cd /tmp/ && git clone https://github.com/pytorch/serve/ && cd serve/model-archiver/ && git checkout patch_release_0_3_1 && pip install . && cd -
43
-
44
RUN chmod +x /usr/local/bin/dockerd-entrypoint.py
45
46
EXPOSE 8080 8081
0 commit comments