这是indexloc提供的服务,不要输入任何密码
Skip to content

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

License

Notifications You must be signed in to change notification settings

vivianrwu/website

 
 

Repository files navigation

GKE AI Labs Website

This repository contains the source code for the GKE AI Labs website.

Contributing

The AI on GKE website website can be run locally and on AppEngine. Please read the contributing guide for directions on submitting pull requests.

License

Build & Deploy

Run website locally

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.2%
  • SCSS 20.4%
  • JavaScript 7.7%
  • Python 0.7%