Radek commited on
Commit
e465d2e
·
1 Parent(s): 0a86968

Add application file 2

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -3,8 +3,3 @@ FROM meyay/languagetool:latest
3
 
4
  # Document that the service listens on port 8010
5
  EXPOSE 8010
6
-
7
- # Set environment variables
8
- ENV download_ngrams_for_langs=en \
9
- langtool_languageModel=/ngrams \
10
- langtool_fasttextModel=/fasttext/lid.176.bin
 
3
 
4
  # Document that the service listens on port 8010
5
  EXPOSE 8010