khurrameycon commited on
Commit
bd45042
·
verified ·
1 Parent(s): 7629af5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ COPY requirements.txt .
24
  RUN pip install --upgrade pip setuptools wheel
25
 
26
  # Install misaki with proper data files
27
- RUN pip install "misaki[ja,zh] @ git+https://github.com/uezo/misaki.git"
28
 
29
  # Then install other requirements
30
  RUN pip install --no-cache-dir -r requirements.txt
 
24
  RUN pip install --upgrade pip setuptools wheel
25
 
26
  # Install misaki with proper data files
27
+ # RUN pip install "misaki[ja,zh] @ git+https://github.com/uezo/misaki.git"
28
 
29
  # Then install other requirements
30
  RUN pip install --no-cache-dir -r requirements.txt