Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: docker上使用提示unknown option --config-file #827

Open
googoobug opened this issue Jan 15, 2025 · 1 comment
Open

[Bug]: docker上使用提示unknown option --config-file #827

googoobug opened this issue Jan 15, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@googoobug
Copy link

googoobug commented Jan 15, 2025

Issue

抱歉我是小白,在docker上使用,一月三号最新版本,旧版本的参数项用不了所以现在是需要挂载config文件是吗。我挂载了config文件的目录为app/configs,输入命令--config-file /app/configs/a.ini,但运行提示“unknown option --config-file”。

Command Line Arguments

docker run -v I:\mangatrans\configs:/app/configs ... --ipc=host --rm zyddnys/manga-image-translator:main --config-file /app/configs/a.ini ...

Console logs

unknown option --config-file
usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information.

@googoobug googoobug added the bug Something isn't working label Jan 15, 2025
@googoobug
Copy link
Author

好像即使什么命令都没有它也会报错。。。

docker run -v I:\mangatrans\eng:/app/eng --ipc=host --rm zyddnys/manga-image-translator:main -i=/app/eng

Unknown option: -=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant