kristada673 commited on
Commit
25737bc
1 Parent(s): 0e38b52

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ WORKDIR /app
8
  COPY requirements.txt ./
9
  RUN pip install -r requirements.txt
10
 
 
11
  RUN git clone https://github.com/facebookresearch/detectron2.git
12
  RUN python -m pip install -e detectron2
13
 
 
8
  COPY requirements.txt ./
9
  RUN pip install -r requirements.txt
10
 
11
+ RUN python -m nltk.downloader punkt
12
  RUN git clone https://github.com/facebookresearch/detectron2.git
13
  RUN python -m pip install -e detectron2
14