diff --git a/Dockerfile b/Dockerfile index a98fc63..bb187ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ultralytics/ultralytics:latest-gpu +FROM ultralytics/ultralytics:latest # The ultralytics image already has python, system dependencies, PyTorch, TensorRT, and ultralytics installed. # We just need to install uv and our project dependencies.