kristada673 commited on
Commit
499f9f7
1 Parent(s): 46b4b60

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN python -m pip install -e detectron2
14
  # Install dependencies
15
  RUN apt-get update && apt-get install libgl1 -y
16
  RUN pip install -U nltk
17
- RUN [ "python3", "-c", "import nltk; nltk.download('punkt', download_dir='/usr/local/nltk_data')" ]
18
 
19
  COPY . /app
20
 
 
14
  # Install dependencies
15
  RUN apt-get update && apt-get install libgl1 -y
16
  RUN pip install -U nltk
17
+ RUN [ "python3", "-c", "import nltk; nltk.download('punkt')" ]
18
 
19
  COPY . /app
20