Skip to content

Commit d1e8d43

Browse files
committed
update
1 parent d00430f commit d1e8d43

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.whl

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,4 @@ RUN git clone -b ${TORCHAUDIOVER} https://github.com/pytorch/audio.git \
6565
&& python3 setup.py bdist_wheel \
6666
&& cp dist/* /wheels \
6767
&& cd .. \
68-
&& rm -rf /audio
69-
70-
# Cleaning
71-
RUN chmod 775 -R /wheels/*.whl
68+
&& rm -rf /audio

0 commit comments

Comments
 (0)