sotiriskot commited on
Commit
c8e6efd
·
verified ·
1 Parent(s): 20f8b59

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ ENV HOME=/home/user \
10
  PATH=/home/user/.local/bin:$PATH
11
 
12
  # Run the download
13
- RUN python /app/download_model.py
14
 
15
  # download nltk punkt and stopwords
16
  RUN python3 -c "import nltk; nltk.download('punkt'); nltk.download('stopwords')"
 
10
  PATH=/home/user/.local/bin:$PATH
11
 
12
  # Run the download
13
+ # RUN python /app/download_model.py
14
 
15
  # download nltk punkt and stopwords
16
  RUN python3 -c "import nltk; nltk.download('punkt'); nltk.download('stopwords')"