Skip to content

Commit db43a42

Browse files
beveradbclaude
andauthored
fix: add google-cloud-storage to Dockerfile for GCS URI support (#279)
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) <noreply@anthropic.com>
1 parent 5a801f8 commit db43a42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile.cloudrun

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ RUN cd /tmp/audio-separator-src \
6161
"uvicorn[standard]>=0.24.0" \
6262
"python-multipart>=0.0.6" \
6363
"filetype>=1.2.0" \
64+
"google-cloud-storage>=2.0.0" \
6465
&& rm -rf /tmp/audio-separator-src
6566

6667
# Set up CUDA library paths

0 commit comments

Comments
 (0)