OzoneAsai commited on
Commit
d1b9096
·
verified ·
1 Parent(s): 5d33e55

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -30,7 +30,8 @@ WORKDIR /code/GloSoc-Tec-prj1-EnLearn
30
  RUN mkdir /code/GloSoc-Tec-prj1-EnLearn/nltk
31
  RUN export NLTK_DATA=/code/GloSoc-Tec-prj1-EnLearn/nltk
32
  RUN chmod -R 777 /code/
33
- RUN wget -O audios.zip "https://huggingface.co/datasets/OzoneAsai/GloSocTes1Audio/resolve/main/audios.zip?download=true"
34
- RUN unzip audios.zip
 
35
  # アプリケーションの起動
36
  CMD ["python3", "app.py"]
 
30
  RUN mkdir /code/GloSoc-Tec-prj1-EnLearn/nltk
31
  RUN export NLTK_DATA=/code/GloSoc-Tec-prj1-EnLearn/nltk
32
  RUN chmod -R 777 /code/
33
+ RUN curl -L -o audios.zip "https://huggingface.co/datasets/OzoneAsai/GloSocTes1Audio/resolve/main/audios.zip?download=true"
34
+
35
+ RUN unzip audios.zip -d ./audio
36
  # アプリケーションの起動
37
  CMD ["python3", "app.py"]