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 069a2b7 commit 1decdc0Copy full SHA for 1decdc0
docker/transformers-all-latest-gpu/Dockerfile
@@ -3,7 +3,7 @@ LABEL maintainer="Hugging Face"
3
4
ARG DEBIAN_FRONTEND=noninteractive
5
6
-# Used to read variables from `~/.profile` (to pass dynamic created variables between RUN commands)
+# Use login shell to read variables from `~/.profile` (to pass dynamic created variables between RUN commands)
7
SHELL ["sh", "-lc"]
8
9
# The following `ARG` are mainly used to specify the versions explicitly & directly in this docker file, and not meant
0 commit comments