Spaces:
Running
Running
chore: rebuild with updated GHCR images (a05f341fe182201432d26d9e294867356dced619)
Browse files- Dockerfile +3 -3
- README.md +1 -1
Dockerfile
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
# Multi-stage Dockerfile for Hugging Face Spaces
|
| 2 |
# Copies pre-built services from GHCR images into single runtime
|
| 3 |
# Build arg for image tag (defaults to latest, overridden by deploy workflow with SHA)
|
| 4 |
-
ARG IMAGE_TAG=main-sha-
|
| 5 |
|
| 6 |
# Build arg for git commit hash (passed from GitHub Actions)
|
| 7 |
-
ARG GIT_COMMIT=
|
| 8 |
|
| 9 |
|
| 10 |
# Stage 1: Extract Next.js standalone build
|
|
@@ -31,7 +31,7 @@ FROM ghcr.io/glutamatt/neural-runner/neural-runner-hf-token-sync:${IMAGE_TAG} AS
|
|
| 31 |
FROM python:3.12-slim
|
| 32 |
|
| 33 |
# Re-declare build arg in final stage (ARGs don't carry over across FROM stages)
|
| 34 |
-
ARG GIT_COMMIT=
|
| 35 |
|
| 36 |
# Install Node.js 20.x and process-compose
|
| 37 |
RUN apt-get update && apt-get install -y \
|
|
|
|
| 1 |
# Multi-stage Dockerfile for Hugging Face Spaces
|
| 2 |
# Copies pre-built services from GHCR images into single runtime
|
| 3 |
# Build arg for image tag (defaults to latest, overridden by deploy workflow with SHA)
|
| 4 |
+
ARG IMAGE_TAG=main-sha-a05f341
|
| 5 |
|
| 6 |
# Build arg for git commit hash (passed from GitHub Actions)
|
| 7 |
+
ARG GIT_COMMIT=a05f341fe182201432d26d9e294867356dced619
|
| 8 |
|
| 9 |
|
| 10 |
# Stage 1: Extract Next.js standalone build
|
|
|
|
| 31 |
FROM python:3.12-slim
|
| 32 |
|
| 33 |
# Re-declare build arg in final stage (ARGs don't carry over across FROM stages)
|
| 34 |
+
ARG GIT_COMMIT=a05f341fe182201432d26d9e294867356dced619
|
| 35 |
|
| 36 |
# Install Node.js 20.x and process-compose
|
| 37 |
RUN apt-get update && apt-get install -y \
|
README.md
CHANGED
|
@@ -111,4 +111,4 @@ See [TESTING.md](../docs/TESTING.md) for local HF Space testing with `make hf-sp
|
|
| 111 |
|
| 112 |
Built with [Claude Code](https://claude.com/claude-code) 🤖
|
| 113 |
|
| 114 |
-
# Rebuild:
|
|
|
|
| 111 |
|
| 112 |
Built with [Claude Code](https://claude.com/claude-code) 🤖
|
| 113 |
|
| 114 |
+
# Rebuild: Thu Mar 12 22:12:29 UTC 2026 - Updated GHCR images
|