Spaces:
Running
Running
deploy(hf): sync szl-holdings/szl-command-lab@7c3b75b91c5cf6de391f93db1a89e294d637964d derived COPY set
Browse filesReusable Dockerfile-COPY-derived deploy from szl-holdings/szl-command-lab 7c3b75b91c5cf6de391f93db1a89e294d637964d.
Files: 5 Pruned: 0
Derived from Dockerfile COPY sources (NO hand-maintained allowlist).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Dockerfile +4 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,10 @@ ENV PORT=7860
|
|
| 9 |
ENV PYTHONUNBUFFERED=1
|
| 10 |
ENV PYTHONDONTWRITEBYTECODE=1
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
COPY server.py ./server.py
|
| 13 |
COPY space/index.html ./index.html
|
| 14 |
|
|
|
|
| 9 |
ENV PYTHONUNBUFFERED=1
|
| 10 |
ENV PYTHONDONTWRITEBYTECODE=1
|
| 11 |
|
| 12 |
+
# Shared source-of-truth for the second brain, Anatomy, formula wiring, receipts,
|
| 13 |
+
# consensus, restraint and governance modules. Exact Git SHA is intentionally pinned.
|
| 14 |
+
RUN python -m pip install --no-cache-dir "https://github.com/szl-holdings/szl-substrate/archive/ad2e04374717ef79dbf7dbb91aea5a8480ed10c3.tar.gz"
|
| 15 |
+
|
| 16 |
COPY server.py ./server.py
|
| 17 |
COPY space/index.html ./index.html
|
| 18 |
|