Every command this range teaches, decoded. Pick one on the left, or search above.
AI · LINUX · difficulty 3 · ~20 min · 11 steps
The model you deployed this morning isn't the one you reviewed.
inference-03 serves a model your team fine-tuned and reviewed last week. This morning's deploy pulled the weights from your artifact store — but the file hash does not match the one in the signed model card, and the container tried to open an outbound connection on load. Someone swapped the artifact between review and deploy. Verify provenance with the same tooling you use for container images, prove the tampering, quarantine the bad weights, and roll back to a signed build.