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 d4bb25f commit 74b250eCopy full SHA for 74b250e
test/container/1.6.0/Dockerfile.dlc.gpu
@@ -1,10 +1,6 @@
1
ARG region
2
FROM 763104351884.dkr.ecr.$region.amazonaws.com/pytorch-inference:1.6.0-gpu-py3
3
4
-RUN apt-get update && apt-get install -y git
5
-
6
-RUN cd /tmp/ && git clone https://github.com/pytorch/serve/ && cd serve/model-archiver/ && git checkout patch_release_0_3_1 && pip install . && cd -
7
8
COPY dist/sagemaker_pytorch_inference-*.tar.gz /sagemaker_pytorch_inference.tar.gz
9
RUN pip install --upgrade --no-cache-dir /sagemaker_pytorch_inference.tar.gz && \
10
rm /sagemaker_pytorch_inference.tar.gz
0 commit comments