Skip to content

fix: remove redundant 'main' argument from Docker and README#28

Open
yuchi518 wants to merge 1 commit into
runekaagaard:mainfrom
yuchi518:fix/redundant_main_argument
Open

fix: remove redundant 'main' argument from Docker and README#28
yuchi518 wants to merge 1 commit into
runekaagaard:mainfrom
yuchi518:fix/redundant_main_argument

Conversation

@yuchi518
Copy link
Copy Markdown

The main argument was causing an unrecognized arguments: main error during startup. This is because the main() function in server.py was recently updated to use argparse, which does not accept positional arguments by default.

Changes:

  • Removed "main" from the CMD instruction in Dockerfile.
  • Updated the uv run example in README.md to remove the redundant "main" argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant