Skip to content

Commit d4bb25f

Browse files
authored
Update Dockerfile.pytorch
1 parent 86f5a77 commit d4bb25f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/container/1.6.0/Dockerfile.pytorch

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ RUN useradd -m model-server \
3838
COPY artifacts/ts-entrypoint.py /usr/local/bin/dockerd-entrypoint.py
3939
COPY artifacts/config.properties /home/model-server
4040

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-
4441
RUN chmod +x /usr/local/bin/dockerd-entrypoint.py
4542

4643
EXPOSE 8080 8081

0 commit comments

Comments
 (0)