Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
34 |
-
|
|
|
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"]
|