Files
HawkeyeVision/PythonModelAPI/docker start.txt
2025-08-28 16:31:25 +02:00

1 line
106 B
Plaintext

docker run --gpus all -it -p 8000:8000 -v $(pwd):/app -w /app cv uvicorn --host 0.0.0.0 PythonModelAPI:app