JBAIP / start.sh
Diamanta's picture
Update Dockerfile (#3)
7357a31 verified
raw
history blame contribute delete
138 Bytes
#!/bin/bash
echo "Downloading model..."
python download_model.py
echo "Starting API server..."
uvicorn app:app --host 0.0.0.0 --port 7860