Important
Before running the shell commands below, you will need the correct value
for the PUBLIC_BUCKET_GOOGLE_KEY environment variable. We will make its
value available at the start of the workshop. Without it,
you will not be able to authenticate to the used Google Cloud services.
First, export the Application Default Credentials:
# Set ADC
export PUBLIC_BUCKET_GOOGLE_KEY='...'Then, run the following commands to setup your development environment:
# Dev environment setup
sh demo-app/scripts/00_setup.sh
cd demo-app
# Running the Streamlit app
sh scripts/01_run.shAfter setting up your dev environment, you can restart a stopped application by running the last command:
sh scripts/01_run.shIn line with security best practices, access to these credentials will be instantly revoked at the end of the 06-11-2025 workshop.