Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|