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 d00430f commit d1e8d43Copy full SHA for d1e8d43
.gitignore
@@ -0,0 +1 @@
1
+*.whl
Dockerfile
@@ -65,7 +65,4 @@ RUN git clone -b ${TORCHAUDIOVER} https://github.com/pytorch/audio.git \
65
&& python3 setup.py bdist_wheel \
66
&& cp dist/* /wheels \
67
&& cd .. \
68
- && rm -rf /audio
69
-
70
-# Cleaning
71
-RUN chmod 775 -R /wheels/*.whl
+ && rm -rf /audio
0 commit comments