You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the website implementation and content for the GKE AI Labs site. GKE AI Labs is a collection of examples, best-practices, and prebuilt solutions to help build, deploy, and scale AI Platforms on Google Kubernetes Engine
Content of this file will be automatically updated on each rebuild. In case some urls are not valild build process will fail.
Last modified date will set to the date of last commit in origin repository.
License
The use of the assets contained in this repository is subject to compliance with Google's AI Principles
docker run --rm -it -v $(pwd):/src -p 1313:1313 floryn90/hugo:ext-alpine server
Build static files locally:
Use build -e production in order to get minified source files
docker run --mount type=bind,src=./,dst=/src floryn90/hugo:ext-alpine build
Deployment to AppEngine
Deployment happens automatically on push to main branch using following github actions workflow file
About
This repository contains the website implementation and content for the GKE AI Labs site. GKE AI Labs is a collection of examples, best-practices, and prebuilt solutions to help build, deploy, and scale AI Platforms on Google Kubernetes Engine