Skip to content

Commit d5d92c1

Browse files
authored
Update Dockerfile.inf2
1 parent b2b2a36 commit d5d92c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/pytorch/Dockerfile.inf2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
2+
FROM ubuntu:20.04 as base
33

44
LABEL maintainer="Hugging Face"
55

@@ -119,4 +119,4 @@ COPY src/huggingface_inference_toolkit/webservice_starlette.py webservice_starle
119119
# copy entrypoint and change permissions
120120
COPY --chmod=0755 scripts/entrypoint.sh entrypoint.sh
121121

122-
ENTRYPOINT ["bash", "-c", "./entrypoint.sh"]
122+
ENTRYPOINT ["bash", "-c", "./entrypoint.sh"]

0 commit comments

Comments
 (0)