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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -30,6 +30,7 @@ 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
-
 
34
  # アプリケーションの起動
35
  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 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"]