Spaces:
Running
Running
make docker build happy
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,4 +16,4 @@ RUN curl -L https://github.com/moeflow-com/manga-image-translator/archive/7513db
|
|
16 |
RUN UV_PYTHON=venv uv pip install --no-cache -r requirements-moeflow.txt setuptools
|
17 |
# NOTE for unknown reason we need to download here. or there will be runtime file permission error
|
18 |
RUN venv/bin/python docker_prepare.py --models ocr.48px,ocr.48px_ctc,ocr.32px,ocr.mocr,detector.default,detector.ctd,detector.craft,detector.none
|
19 |
-
CMD venv/bin/python gradio-main.py
|
|
|
16 |
RUN UV_PYTHON=venv uv pip install --no-cache -r requirements-moeflow.txt setuptools
|
17 |
# NOTE for unknown reason we need to download here. or there will be runtime file permission error
|
18 |
RUN venv/bin/python docker_prepare.py --models ocr.48px,ocr.48px_ctc,ocr.32px,ocr.mocr,detector.default,detector.ctd,detector.craft,detector.none
|
19 |
+
CMD ["venv/bin/python", "gradio-main.py"]
|