kristada673 commited on
Commit
b0196e4
1 Parent(s): ffffadf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -8,7 +8,6 @@ WORKDIR /app
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
 
 
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