Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 574 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 574 Bytes

bridge

Based on @GRVYDEV's project S.A.T.U.R.D.A.Y.

You need a machine with docker and an Nvidia GPU. To try it out:

docker compose up --build

Then open http://localhost:8088 in a browser

Or...

If your docker host is accessible via ssh, you can run it there with:

docker -H ssh://user@dockerhost compose up --build

And tunnel localhost with a command like...

ssh -L8088:dockerhost:8088 user@dockerhost

And then open http://localhost:8088 in a browser