From d1e8d43d514d468cff446dbad44285e7007eace4 Mon Sep 17 00:00:00 2001 From: pinto0309 Date: Tue, 31 Aug 2021 08:30:35 +0900 Subject: [PATCH] update --- .gitignore | 1 + Dockerfile | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b96da04 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.whl \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 818d5fc..698220e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file