Skip to content

docker-audio-tools/spleeter-docker-job

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCP config

gcloud init

gcloud auth configure-docker

gcloud builds submit --tag gcr.io/[]/my-spleeter-image . 

After the build: You can verify this by checking the list of images in GCR:

gcloud container images list --repository=[gcr.io/[PROJECT_ID]](http://gcr.io/%5BPROJECT_ID%5D)


gcloud run deploy my-spleeter-service [params]

Then:

gcloud builds submit --config cloudbuild.yaml . # enables layer cache, speeds up docker image building

Define env vars on GCP config:

then:

bucket_name = os.getenv('BUCKET_NAME', 'default-bucket-name')
stems_number = os.getenv('STEMS_NUMBER', '5')

Spleeter

Original project Deezer source separation library including pretrained models.

About

Builds docker image and deploys on GCP to avoid M1 chip problems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors