Skip to content

Instantly share code, notes, and snippets.

View kosehy's full-sized avatar

SEUNG HYUN KO kosehy

View GitHub Profile
@etheleon
etheleon / kfp_components_readme.md
Last active February 25, 2022 07:46
Kubeflow Pipeline components

There's multiple ways to generate a kfp component:

  1. from python function
  2. from file/text

From file/text

You'll use component.load_component_from_<file|text> when you need to interface with a command line tool.

@etheleon
etheleon / how-to-install-kubeflow1.2.md
Last active December 25, 2021 18:50
installing kubeflow 1.2

Introduction

Installing kubeflow on localmachine is not a simple task. Documentation on the official website might be outdated. At the time of writing, the solutions suggested include miniKF and microk8s. The later sets up GPU passthrough effortlessly.

@discdiver
discdiver / jupyterlab_shortcuts.md
Last active July 13, 2024 08:55
Common Jupyter Lab Keyboard Shortcuts

If you are on a Mac, substitute command for control. Don't type the + (it means press both keys at once).

Shortcuts when in either command mode (outside the cells) or edit mode (inside a cell):

  • Shift + Enter run selected cell or cells - if no cells below, insert a code cell below

  • Ctrl + B toggle hide/show left sidebar

  • Ctrl + S save and checkpoint

  • Ctrl + Shift + S save as