Advertisement
epicminer

Untitled

Apr 15th, 2024
996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.36 KB | None | 0 0
  1. !python3 -m pip install notebook
  2. !git clone https://github.com/epic-miner/epic-miner-Fooocus-Sagemaker-Studio-Lab.git
  3. !wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O cloudflared
  4. !chmod +x cloudflared
  5. !sudo mv cloudflared /usr/local/bin/
  6. !cloudflared tunnel --url localhost:8888 & python3 -m notebook --allow-root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement