Skip to content

Commit

Permalink
chore(readme): remove python3 server.py from docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Dec 9, 2022
1 parent 602ca3e commit 1e97c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,7 +67,7 @@ serverless).

**Running**

1. `docker run -it --gpus all -p 8000:8000 banana-sd python3 server.py`
1. `docker run -it --gpus all -p 8000:8000 banana-sd`
1. Note: the `-it` is optional but makes it alot quicker/easier to stop the
container using `Ctrl-C`.
1. If you get a `CUDA initialization: CUDA unknown error` after suspend,
Expand Down

0 comments on commit 1e97c12

Please sign in to comment.