Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Aug 30, 2021
1 parent d00430f commit d1e8d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.whl
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,4 @@ RUN git clone -b ${TORCHAUDIOVER} https://github.com/pytorch/audio.git \
&& python3 setup.py bdist_wheel \
&& cp dist/* /wheels \
&& cd .. \
&& rm -rf /audio

# Cleaning
RUN chmod 775 -R /wheels/*.whl
&& rm -rf /audio

0 comments on commit d1e8d43

Please sign in to comment.