Running AI on your own machine with Python means you own the model, the inference, and the data. This live workshop shows you how to use Python, Docker Model Runner, and OpenClaw to run powerful AI locally and build a complete private AI assistant in 4 hours.
By Packt Publishing · Refunds up to 10 days before
Python developers are uniquely positioned to run AI locally — they have the scripting skills, the API familiarity, and now the tools (Docker Model Runner and OpenClaw) to do it properly. This workshop shows Python developers the complete local AI setup.
OpenClaw is the open-source personal AI assistant that went viral in early 2026 with 200K+ GitHub stars. It runs on your own devices and connects to WhatsApp, Telegram, Slack and more. No subscription. No data leaving your machine.
Docker Model Runner is Docker's native feature for running large language models locally on your machine. It gives you an OpenAI-compatible API that OpenClaw uses as its AI brain — complete data privacy, no cloud costs.
OpenClaw gives you the assistant interface and messaging integrations. Docker Model Runner gives you the AI brain running privately on your machine. Together they create a production grade private AI assistant you fully own.
Setting this up from scattered documentation takes days of debugging. This live workshop gives you a complete guided build in 4 hours with a live instructor answering your questions. Packt has delivered 108 workshops worldwide.
Six modules covering local AI setup for Python developers from first install to deployment.
Understand the Gateway, channels, and skills architecture. Set up and configure OpenClaw locally from scratch.
Run and manage local LLMs using Docker Model Runner. Pull models, configure memory, and understand the OpenAI-compatible API.
Configure DM pairing, allowlists, sandbox mode, and proper access controls for your local AI deployment.
Deploy your AI assistant to real messaging platforms without sending data to any third party cloud service.
Design an extensible assistant architecture. Add skills, configure personality, and set up proactive automation.
Deploy your OpenClaw and Docker setup to a VPS for always-on availability running 24 hours a day.
AI running on your own machine with Python — powering a complete private AI assistant.
A fully functional local AI assistant running on your machine
Docker Model Runner configured with your chosen LLM model
OpenClaw connected to WhatsApp or Telegram
Security and privacy configuration you can trust
A reusable architecture for future AI assistant projects
Certificate of completion from Packt Publishing
Rami Krispin writes Python and Docker professionally — combining both for local AI in production.
Rami is a Senior Manager of Data Science and Engineering, Docker Captain, and LinkedIn Learning Instructor with deep expertise in building and deploying production AI systems. He guides you step by step from a blank terminal to a fully deployed private AI assistant — answering your questions live throughout the 4-hour session.
Python developers who want to run capable AI locally on their own machine.
Everything Python developers need to know about running AI locally.
The core Python work in this workshop involves configuring OpenClaw (Python-based), testing the Docker Model Runner API connection using the requests library, and optionally writing simple Python skills to extend your assistant. You do not need to write complex machine learning code — Docker Model Runner handles all the AI inference.
Docker Model Runner exposes a local OpenAI-compatible REST API. Python code — including OpenClaw — connects to this local endpoint using standard HTTP requests, just as it would connect to the OpenAI API. The only difference is the URL points to localhost instead of OpenAI's servers.
Yes. OpenClaw's skills system is Python-based. After this workshop you can write Python skills to extend your AI assistant's capabilities — integrating with other APIs, automating Python workflows, and adding custom functionality using the Python knowledge you already have.
OpenClaw requires Python 3.10 or later. The instructor covers the Python environment setup at the start of the workshop and helps troubleshoot any version issues during the live session.
Running AI locally with Python using Docker Model Runner gives you zero API costs, complete data privacy, and no dependency on external services. The OpenAI Python SDK can actually be pointed at your local Docker Model Runner endpoint — meaning the code you write to use your local AI is compatible with the OpenAI API pattern, giving you flexibility.
Yes. Because Docker Model Runner exposes a standard API, any Python script can send requests to your local AI model and receive responses. This enables automation — Python scripts that process data, send it to your local AI, and act on the results — all running privately on your own machine.
4 hours. Live instructor. AI running locally with Python by the end. Seats are limited.
Register Now →Sunday April 26 · 9am to 1pm EDT · Online · Packt Publishing