nandi/frqpublic Fork 0
4dfc71908cc3f12174bb0d6dd8688ff3164879c3
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Six verbs, and the last of the nix 2e24e64 · on 4dfc71908cc3f12174bb0d6dd8688ff3164879c3 · nandi · 13h ago
README.md · 17 lines · 647 Bmarkdown
Blame HistoryOpen raw

dev

scripts/deploy dev
modal run .modal/dev/container.py

Defined by container.toml; ../_loader.py is what reads it, and
its comments are the spec.
Built on debian:13-slim.

Runs as a Sandbox on a real VM (kernel 6.x, not gVisor). The command
is the sandbox's own process, so it dies when the command exits --
no idle window and nothing to tear down. Note the VM restrictions:
no GPU, and memory is exactly what [resources] memory asks for.

No nix anywhere: the toolchain is tools/toolchain.sh, fetched by
pinned sha256 onto the devshell volume, so nothing is substituted
at build time and nothing is evaluated at start.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# `dev`

    scripts/deploy dev
    modal run .modal/dev/container.py

Defined by `container.toml`; `../_loader.py` is what reads it, and
its comments are the spec.
Built on `debian:13-slim`.

Runs as a Sandbox on a real VM (kernel 6.x, not gVisor). The command
is the sandbox's own process, so it dies when the command exits --
no idle window and nothing to tear down. Note the VM restrictions:
no GPU, and memory is exactly what `[resources] memory` asks for.

No nix anywhere: the toolchain is `tools/toolchain.sh`, fetched by
pinned sha256 onto the `devshell` volume, so nothing is substituted
at build time and nothing is evaluated at start.