Update README.md to include gvisor as a GRIST_SANDBOX_FLAVOR choice

dsagal-readme-gvisor
Dmitry 3 months ago committed by GitHub
parent c59c71eaf3
commit fb7a533bc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -297,7 +297,7 @@ It can also function against the chat completion endpoint provided by <a href="h
Variable | Purpose
-------- | -------
GRIST_SANDBOX_FLAVOR | can be pynbox, unsandboxed, docker, or macSandboxExec. If set, forces Grist to use the specified kind of sandbox.
GRIST_SANDBOX_FLAVOR | can be gvisor, pynbox, unsandboxed, docker, or macSandboxExec. If set, forces Grist to use the specified kind of sandbox.
GRIST_SANDBOX | a program or image name to run as the sandbox. See NSandbox.ts for nerdy details.
PYTHON_VERSION | can be 2 or 3. If set, documents without an engine setting are assumed to use the specified version of python. Not all sandboxes support all versions.
PYTHON_VERSION_ON_CREATION | can be 2 or 3. If set, newly created documents have an engine setting set to python2 or python3. Not all sandboxes support all versions.

Loading…
Cancel
Save