LazyBoss commited on
Commit
b638393
·
verified ·
1 Parent(s): 13e88de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY requirements.txt requirements.txt
11
 
12
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
  RUN pip install --upgrade numpy
14
- RUN pip install --upgrade pyxDamerauLevenshtein
15
 
16
  COPY . .
17
 
 
11
 
12
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
  RUN pip install --upgrade numpy
14
+
15
 
16
  COPY . .
17