core/__snapshots__/TestGenerateBuildPlanForExamples_python-fastapi_1.snap.json
core/__snapshots__/TestGenerateBuildPlanForExamples_python-fastapi_1.snap.jsonBrowse 1970 files
905 tokens
2,704 bytes
Token encoding: o200k_base
Snapshot 21a254f
← Back to SKILL.md
1{2 "caches": {3 "uv": {4 "directory": "/opt/uv-cache",5 "type": "shared"6 }7 },8 "deploy": {9 "base": {10 "image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.9.9"11 },12 "inputs": [13 {14 "include": [15 "/mise/shims",16 "/mise/installs",17 "/usr/local/bin/mise",18 "/etc/mise/config.toml",19 "/root/.local/state/mise"20 ],21 "step": "packages:mise"22 },23 {24 "include": [25 "/app/.venv"26 ],27 "step": "build"28 },29 {30 "exclude": [31 ".venv"32 ],33 "include": [34 "."35 ],36 "step": "build"37 }38 ],39 "startCommand": "uvicorn main:app --host 0.0.0.0 --port ${PORT:-8000}",40 "variables": {41 "PIP_DEFAULT_TIMEOUT": "100",42 "PIP_DISABLE_PIP_VERSION_CHECK": "1",43 "PYTHONDONTWRITEBYTECODE": "1",44 "PYTHONFAULTHANDLER": "1",45 "PYTHONHASHSEED": "random",46 "PYTHONUNBUFFERED": "1",47 "RAILPACK_VERSION": "dev"48 }49 },50 "steps": [51 {52 "assets": {53 "generated-mise-toml": "[generated-mise-toml]"54 },55 "commands": [56 {57 "path": "/mise/shims"58 },59 {60 "customName": "create mise config",61 "name": "generated-mise-toml",62 "path": "/etc/mise/config.toml"63 },64 {65 "cmd": "mise install",66 "customName": "install mise packages: python, uv"67 }68 ],69 "inputs": [70 {71 "image": "ghcr.io/railwayapp/railpack-builder:mise-2026.9.9"72 }73 ],74 "name": "packages:mise",75 "variables": {76 "MISE_CACHE_DIR": "/mise/cache",77 "MISE_CONFIG_DIR": "/mise",78 "MISE_DATA_DIR": "/mise",79 "MISE_INSTALLS_DIR": "/mise/installs",80 "MISE_SHIMS_DIR": "/mise/shims"81 }82 },83 {84 "caches": [85 "uv"86 ],87 "commands": [88 {89 "dest": "pyproject.toml",90 "src": "pyproject.toml"91 },92 {93 "dest": "uv.lock",94 "src": "uv.lock"95 },96 {97 "path": "/root/.local/bin"98 },99 {100 "path": "/app/.venv/bin"101 },102 {103 "cmd": "uv sync --locked --no-dev --no-install-project"104 }105 ],106 "inputs": [107 {108 "step": "packages:mise"109 }110 ],111 "name": "install",112 "variables": {113 "PIP_DEFAULT_TIMEOUT": "100",114 "PIP_DISABLE_PIP_VERSION_CHECK": "1",115 "PYTHONDONTWRITEBYTECODE": "1",116 "PYTHONFAULTHANDLER": "1",117 "PYTHONHASHSEED": "random",118 "PYTHONUNBUFFERED": "1",119 "UV_CACHE_DIR": "/opt/uv-cache",120 "UV_COMPILE_BYTECODE": "1",121 "UV_LINK_MODE": "copy",122 "UV_PYTHON_DOWNLOADS": "never",123 "VIRTUAL_ENV": "/app/.venv"124 }125 },126 {127 "commands": [128 {129 "cmd": "uv sync --locked --no-dev --no-editable"130 }131 ],132 "inputs": [133 {134 "step": "install"135 },136 {137 "include": [138 "."139 ],140 "local": true141 }142 ],143 "name": "build",144 "secrets": [145 "*"146 ]147 }148 ]149}