File size: 174 Bytes
de2c597
 
 
 
 
 
8dcb222
1
2
3
4
5
6
7
#!/bin/bash

# installing all the dependencies
pip install --no-cache-dir --upgrade -r requirements.txt

# running the fastapi app
uvicorn main:app --host 0.0.0.0 --port 8080