mayurKuchha commited on
Commit
4c64009
1 Parent(s): c325eb5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -31,9 +31,6 @@ RUN mkdir -p /code/.EasyOCR/model
31
  RUN unzip english_g2.zip -d /code/.EasyOCR/model
32
  RUN unzip craft_mlt_25k.zip -d /code/.EasyOCR/model
33
 
34
- #RUN wget https://github.com/JaidedAI/EasyOCR/blob/main/model/craft_mlt_25k.pth -P /code/.EasyOCR/model
35
- #RUN wget https://github.com/JaidedAI/EasyOCR/raw/master/model/craft_mlt_25k.pth -P /code/.EasyOCR/model
36
-
37
  RUN mkdir -p $HOME/app/.config/matplotlib && chmod -R 777 $HOME/app/.config/matplotlib
38
 
39
 
 
31
  RUN unzip english_g2.zip -d /code/.EasyOCR/model
32
  RUN unzip craft_mlt_25k.zip -d /code/.EasyOCR/model
33
 
 
 
 
34
  RUN mkdir -p $HOME/app/.config/matplotlib && chmod -R 777 $HOME/app/.config/matplotlib
35
 
36