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 0b93a74 commit 0096a3eCopy full SHA for 0096a3e
dockerfiles/pytorch/Dockerfile
@@ -43,7 +43,6 @@ COPY src/huggingface_inference_toolkit huggingface_inference_toolkit
43
COPY src/huggingface_inference_toolkit/webservice_starlette.py webservice_starlette.py
44
45
# copy entrypoint and change permissions
46
-COPY scripts/entrypoint.sh entrypoint.sh
47
-RUN chmod +x entrypoint.sh
+COPY --chmod=0755 scripts/entrypoint.sh entrypoint.sh
48
49
ENTRYPOINT ["bash", "-c", "./entrypoint.sh"]
0 commit comments