Everything you need to use Ozekai — CLI commands, Jupyter, file uploads, and tips.
When you run connect-gpu, a JupyterLab session is launched inside your GPU machine
automatically. Just open http://localhost:8888 in your browser — no setup required.
You'll see the URL printed every time you connect.
Ozekai has three commands. No flags to memorize — just run them and follow the prompts.
/workspace are preserved — they'll
be there when you reconnect. Uses your cached session if still valid.
You can also disconnect directly from your Dashboard — just click Stop Session & End Billing.
exit in the shell disconnects your terminal but
does not stop billing. Run disconnect-gpu or use the Dashboard stop button.
/workspace.
Uses scp-like syntax — supports single files, directories, and glob patterns.
*.py, src/**/*.py,
and other patterns before upload. Use them the same way you would with scp or cp.
JupyterLab launches automatically when your container starts. Open your browser to
http://localhost:8888 — no token or password required.
Jupyter is available on every connect-gpu — whether it's your first connection,
a reconnect after disconnect-gpu, or a reconnect after exit.
You have multiple options for getting your code and data into your GPU machine:
huggingface_hub or transformers.Every GPU machine comes with a production-ready ML stack pre-installed:
Need something else? Install it with pip install or conda install.
Your installed packages persist across reconnections.
/workspace directory persists across sessions. Keep your work there.disconnect-gpu in the terminal or click Stop Session on your Dashboard. Note: exit alone doesn't stop billing.wget or HuggingFace Hub
rather than uploading from your laptop.tmux or screen inside the container for long-running jobs that
might outlast your terminal session.Need help or have a question? Here's how to reach us: