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 6ac9e7d commit 5d6af01Copy full SHA for 5d6af01
Dockerfile
@@ -67,5 +67,5 @@ RUN git clone -b ${TORCHAUDIOVER} https://github.com/pytorch/audio.git \
67
&& cd .. \
68
&& rm -rf /audio
69
70
-RUN # Cleaning
71
- chmod 775 -R /wheels/*.whl
+# Cleaning
+RUN chmod 775 -R /wheels/*.whl
0 commit comments