Giter VIP home page Giter VIP logo

deploykf-dashboard's Introduction

deployKF - Dashboard

The dashboard for deployKF.

About

This is a fork of the Kubeflow Central Dashboard component. The fork is used to apply style and other changes to the dashboard.

Image Locations

Development

Important Links

Building for ARM

Building this image for arm64 using QEMU emulation will likely never finish (for example, inside a GitHub Action). To resolve this, we build the image locally on an ARM device (like an Apple Silicon Mac) and push the intermediate layers to the cache.

NOTE: for security reasons, we only push locally built layers to a cache (which the CI/CD process pulls from), and never push directly to the final image registry.

Steps to build for ARM:

  1. create a PR suggesting changes
    • TIP: before you have pushed the cache layers, the build job will likely time out (so you may wish to cancel it manually)
  2. clone your PR source repo onto an ARM device (ensure you checkout the EXACT commit of your PR)
  3. authorize docker with a GitHub Token for writing to ghcr.io/deploykf (see GitHub docs)
  4. build the image, and cache all layers to the ghcr.io/deploykf/ci/dashboard registry
cd dashboard/

CI_REGISTRY_IMAGE="ghcr.io/deploykf/ci/dashboard"
docker buildx build --cache-to=type=registry,ref=${CI_REGISTRY_IMAGE},mode=max .

deploykf-dashboard's People

Contributors

thesuperzapper avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.