From 7ec81122c0c06b62eeafe40f44bb7257c185cd4f Mon Sep 17 00:00:00 2001 From: Andrew Beveridge Date: Wed, 25 Mar 2026 19:43:47 -0400 Subject: [PATCH] fix: add google-cloud-storage to Dockerfile for GCS URI support The deploy_cloudrun.py imports google.cloud.storage for the gcs_uri feature, but it wasn't in the Docker image's pip install list. Co-Authored-By: Claude Opus 4.6 (1M context) --- Dockerfile.cloudrun | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.cloudrun b/Dockerfile.cloudrun index f2b104f..7b6be5c 100644 --- a/Dockerfile.cloudrun +++ b/Dockerfile.cloudrun @@ -61,6 +61,7 @@ RUN cd /tmp/audio-separator-src \ "uvicorn[standard]>=0.24.0" \ "python-multipart>=0.0.6" \ "filetype>=1.2.0" \ + "google-cloud-storage>=2.0.0" \ && rm -rf /tmp/audio-separator-src # Set up CUDA library paths