Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -30,8 +30,6 @@ 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 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"]
|
|
|
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"]
|