Skip to content

Commit 1decdc0

Browse files
committed
update
1 parent 069a2b7 commit 1decdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/transformers-all-latest-gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Hugging Face"
33

44
ARG DEBIAN_FRONTEND=noninteractive
55

6-
# Used to read variables from `~/.profile` (to pass dynamic created variables between RUN commands)
6+
# Use login shell to read variables from `~/.profile` (to pass dynamic created variables between RUN commands)
77
SHELL ["sh", "-lc"]
88

99
# The following `ARG` are mainly used to specify the versions explicitly & directly in this docker file, and not meant

0 commit comments

Comments
 (0)