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 7d49774 commit 6c2ea8cCopy full SHA for 6c2ea8c
tensorflow/tools/tf_sig_build_dockerfiles/Dockerfile.rocm.manylinux_2_28
@@ -69,7 +69,7 @@ ENV TF_NEED_ROCM=1
69
ENV TF_ROCM_GCC=1
70
ENV ROCM_TOOLKIT_PATH=${ROCM_PATH}
71
72
-RUN touch /etc/sudoers.d/sudo-nopasswd
+RUN mkdir -p /etc/sudoers.d && touch /etc/sudoers.d/sudo-nopasswd
73
RUN echo 'ALL ALL=NOPASSWD:ALL' | tee /etc/sudoers.d/sudo-nopasswd
74
75
# Almalinux 8 does not have the default /usr/bin/python
0 commit comments