Figea commited on
Commit
b0ec08d
·
verified ·
1 Parent(s): 331b1c5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,8 +10,8 @@ COPY requirements.txt /
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  # Will execute nltk.download('wordnet')
13
- #COPY post_install.py .
14
- #RUN python post_install.py
15
 
16
  # Copy the code files
17
  COPY src /
 
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  # Will execute nltk.download('wordnet')
13
+ COPY post_install.py .
14
+ RUN python post_install.py
15
 
16
  # Copy the code files
17
  COPY src /