kenken999's picture
test
275b9f3
raw
history blame
145 Bytes
#!/bin/bash
# Install dependencies
python -m pip install -r requirements.txt
# Run the application
uvicorn main:app --host 0.0.0.0 --port 8000