Skip to content

Instantly share code, notes, and snippets.

@lokeshrangineni
lokeshrangineni / Dockerfile
Created August 28, 2025 19:43
sqlcl-mcp-server
# SQLcl MCP Server Docker Image
FROM container-registry.oracle.com/database/sqlcl:latest
# Start SQLcl in MCP mode
ENTRYPOINT ["sql", "-mcp", "/nolog"]
@dmartinol
dmartinol / Kubeflow_on_ Mac_ M3.md
Last active December 1, 2024 11:55
Kubeflow installation on Mac M3 Pro

Install and Configure Kubeflow on Mac M3 Pro

Last update: Sep 10, 2024

Goal

This gist provides a validated procedure to install the complete Kubeflow platform on a Mac with an ARM chip (M3 Pro).

As of September 2024, no [packaged distributions][packaged-distros] are available for this setup, so we'll be using [Kubeflow Manifests][kf-manifests] to deploy the software.

Additionally, we'll also install a default [Model Registry][model-registry] instance and validate the setup.