Created
September 21, 2024 12:51
-
-
Save jdkanani/ed1b23a37a8cacbb03f272924490f650 to your computer and use it in GitHub Desktop.
Cog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
set -x | |
cog run -e PORT=5001 python -m cog.server.http | |
# docker run -p 5001:5000 cog-test python -m cog.server.http |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment