Version v2.7.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
Category: AI
-
Supabase: Self-Hosting OSS Firebase
Supabase, The open-source Firebase alternative based on PostgreSQL. Pigsty allow you to self-host supabase with existing managed HA postgres cluster, and launch the stateless part of supabase with docker-compose. Notice: Supabase is GA since …
Supabase, The open-source Firebase alternative based on PostgreSQL. Pigsty allow you to self-host supabase with existing managed HA postgres cluster, and launch the stateless part of supabase with docker-compose. Notice: Supabase is GA since …
-
Jupyter: AI Notebook & IDE
Run jupyter notebook with docker, you have to: change the default password in .env: JUPYTER_TOKEN create data dir with proper permission: make dir, owned by 1000:100 make up to pull up jupyter with docker compose cd ~/pigsty/app/jupyter ; make dir up …
Run jupyter notebook with docker, you have to: change the default password in .env: JUPYTER_TOKEN create data dir with proper permission: make dir, owned by 1000:100 make up to pull up jupyter with docker compose cd ~/pigsty/app/jupyter ; make dir up …