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 b2b2a36 commit d5d92c1Copy full SHA for d5d92c1
dockerfiles/pytorch/Dockerfile.inf2
@@ -1,5 +1,5 @@
1
# Build based on https://github.com/aws/deep-learning-containers/blob/master/huggingface/pytorch/inference/docker/2.1/py3/sdk2.18.0/Dockerfile.neuronx
2
-FROM ubuntu:20.04
+FROM ubuntu:20.04 as base
3
4
LABEL maintainer="Hugging Face"
5
@@ -119,4 +119,4 @@ COPY src/huggingface_inference_toolkit/webservice_starlette.py webservice_starle
119
# copy entrypoint and change permissions
120
COPY --chmod=0755 scripts/entrypoint.sh entrypoint.sh
121
122
-ENTRYPOINT ["bash", "-c", "./entrypoint.sh"]
+ENTRYPOINT ["bash", "-c", "./entrypoint.sh"]
0 commit comments