khaiphan29 commited on
Commit
61d1d2d
1 Parent(s): f22d81f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,5 +11,5 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  COPY . .
13
 
14
- RUN ["python3", "-m", "nltk.downloader", "-d", "nltk_data"]
15
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
11
 
12
  COPY . .
13
 
14
+ RUN ["python3", "-m", "nltk.downloader", "-d", "./nltk_data", "all"]
15
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]