kristada673 commited on
Commit
0e38b52
1 Parent(s): 499f9f7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -13,8 +13,6 @@ RUN python -m pip install -e detectron2
13
 
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
 
 
13
 
14
  # Install dependencies
15
  RUN apt-get update && apt-get install libgl1 -y
 
 
16
 
17
  COPY . /app
18