Modus
1 program
Added 2026-02-28T12:43:19Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 0972ee2c81 · authored 2026-02-28T13:43:54+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Install Python3 in Ubuntu container
Provenance: commit 0972ee2c81 · authored 2026-02-28T13:43:54+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
app :-
from("ubuntu:20.04"),
run("apt-get update"),
run("apt-get install -y python3 python3-pip"),
run("python3 --version").