Skip to content

Instantly share code, notes, and snippets.

@alecmerdler
Created February 1, 2022 06:45
Show Gist options
  • Save alecmerdler/a7e3461d993a780b8467225b1198b19e to your computer and use it in GitHub Desktop.
Save alecmerdler/a7e3461d993a780b8467225b1198b19e to your computer and use it in GitHub Desktop.
Build the Lightning app UI
#!/bin/sh
git clone git@github.com:gridai/lightning-ui.git /tmp/lightning-ui
cd /tmp/lightning-ui && yarn install && yarn build
cp -r /tmp/lightning-ui/build/* $HOME/work/PyTorchLightning/lightning/lightning/ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment