Skip to content

Commit f78e1d2

Browse files
committed
vendor/ngc-tensorflow: Fix malformed PATH (typo?) in 19.05
1 parent b9a51e4 commit f78e1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/ngc-tensorflow/Dockerfile.19.05-py3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && \
55
apt-get install -y libsm6 libxext6 libxrender-dev
66

77
ENV PYTHONUNBUFFERED=1 \
8-
PATH=/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"$PATH \
8+
PATH=/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
99
LANG=C.UTF-8
1010

1111
RUN /usr/bin/python3 -m pip install -U pip setuptools && \

0 commit comments

Comments
 (0)