unsloth/docker
Daniel Han 7083a2d9f7 docker: pip-shim catches direct-reference protected installs + --opt=value req files
Two more notebook-shim gaps from review:

- A quoted PEP 508 direct reference for a protected package, e.g.
  `pip install "torch @ https://.../torch.whl"` or `"unsloth @ git+https://..."`,
  bypassed _KEEP: _canon hit the url guard and returned None before pulling the
  distribution name, so the token was treated as a real target and reinstalled
  into the base venv. _canon now extracts the name from the `name [extras] @ url`
  form first, so a protected package pinned through a URL/VCS is still dropped; a
  non-protected direct reference returns its name and is kept exactly as before.

- The `--requirement=reqs.txt` equals-form (pip accepts `--option=value` for any
  value-taking flag) was not recognized: the token starts with `-`, so it was
  kept as an opaque option, the file was never filtered, and has_target stayed
  false -- a cell whose only target was that file silently no-op'd. The scan now
  splits `--flag=value`, filters the requirements file for `-r`/`--requirement`,
  and counts it as a target; other inline-value options stay options.
2026-06-26 11:40:36 +00:00
..
.dockerignore docker: optional Cloudflare tunnel for JupyterLab (UNSLOTH_JUPYTER_CLOUDFLARE) 2026-06-24 09:55:11 +00:00
build.sh docker: track latest llama.cpp release + show its update banner in Studio 2026-06-24 01:21:17 +00:00
docker_confirm.ps1 docker_confirm: accept locally built images when pull fails 2026-06-12 18:06:40 +00:00
docker_confirm.sh docker_confirm: accept locally built images when pull fails 2026-06-12 18:06:40 +00:00
Dockerfile docker: address review round 3 (notebook -r filter, studio zoo ref, pinned notebooks commit) 2026-06-26 10:51:51 +00:00
Dockerfile.studio docker: address review round 3 (notebook -r filter, studio zoo ref, pinned notebooks commit) 2026-06-26 10:51:51 +00:00
entrypoint.sh docker: pre-load unslothai/notebooks into JupyterLab, edit-safe refresh 2026-06-15 06:35:08 +00:00
fetch_llama_prebuilt.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-06-26 05:42:43 +00:00
freeze.sh Add Docker build for Blackwell that runs on any NVIDIA GPU host 2026-05-24 06:52:58 +00:00
hf_pull.sh hf_{push,pull}.sh: use new hf CLI, fall back to deprecated huggingface-cli 2026-05-24 09:40:22 +00:00
hf_push.sh hf_{push,pull}.sh: use new hf CLI, fall back to deprecated huggingface-cli 2026-05-24 09:40:22 +00:00
run.sh docker: review fixes from the 8-reviewer pass and staging CI 2026-06-12 05:31:24 +00:00
setup_qemu.sh Add linux/arm64 (DGX Spark / Grace) support via QEMU at build time 2026-05-24 10:34:59 +00:00
smoke_test.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-06-12 04:35:41 +00:00
studio_launch.sh docker: optional Cloudflare tunnel for JupyterLab (UNSLOTH_JUPYTER_CLOUDFLARE) 2026-06-24 09:55:11 +00:00
supervisord.conf docker: optional Cloudflare tunnel for JupyterLab (UNSLOTH_JUPYTER_CLOUDFLARE) 2026-06-24 09:55:11 +00:00
test_locally.sh docker: review fixes from the 8-reviewer pass and staging CI 2026-06-12 05:31:24 +00:00
unsloth_ipython_startup.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-06-15 03:13:48 +00:00
unsloth_jupyter_tunnel.sh docker: optional Cloudflare tunnel for JupyterLab (UNSLOTH_JUPYTER_CLOUDFLARE) 2026-06-24 09:55:11 +00:00
unsloth_llama_update.sh docker: add unsloth-llama-update for in-place llama.cpp prebuilt updates 2026-06-24 06:41:33 +00:00
unsloth_nb_compat.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-06-15 03:13:48 +00:00
unsloth_nb_content_sig.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-06-16 03:49:07 +00:00
unsloth_pip_shim.py docker: pip-shim catches direct-reference protected installs + --opt=value req files 2026-06-26 11:40:36 +00:00
unsloth_run.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-06-15 03:13:48 +00:00
unsloth_studio_update.sh docker: address review follow-ups (pip-shim flags, sync ownership, tags, zoo ref, arch list) 2026-06-26 09:06:39 +00:00
unsloth_sync_notebooks.sh docker: address review follow-ups (pip-shim flags, sync ownership, tags, zoo ref, arch list) 2026-06-26 09:06:39 +00:00