Deploying Metabase Container into Snowpark Container Services Requirements Docker. Snowflake account: an Enterprise Edition within a supported region: Region info. Set default role to another that is not ACCOUNTADMIN or SYSADMIN. Snowflake Setup In Snowflake UI, run commands from setup.sql. More info here. Save image repository URL. It should be: <orgname>-<acctname>.snowflakecomputing.com/tutorial_db/data_schema/tutorial_repository. Build and Push Image Building from Dockerfile: docker build --rm --platform linux/amd64 -t <repository_url>/metabase_service_image:latest . Authenticate Docker with the Snowflake registry: docker login rctdbyr-fe41115.registry.snowflakecomputing.com -u <user> Push image: docker push <repository_url>/<image_name> Create and Access Service: Execute commands from create_access_service.sql Clean up Execute commands from clean_up.sql