Georg commited on
Commit
7cef22c
·
1 Parent(s): a2e4f10

Update base image build and deps

Browse files
Files changed (2) hide show
  1. buildnum.txt +1 -1
  2. deploy.logs +69 -0
buildnum.txt CHANGED
@@ -1 +1 @@
1
- 10
 
1
+ 11
deploy.logs CHANGED
@@ -8440,3 +8440,72 @@ Stage 3: Deploying to HuggingFace Space
8440
 
8441
  Updated buildnum.txt -> 10
8442
  Committing changes...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8440
 
8441
  Updated buildnum.txt -> 10
8442
  Committing changes...
8443
+ [main 99beb4f] Update base image build and deps
8444
+ 2 files changed, 67 insertions(+), 1 deletion(-)
8445
+ ✓ Changes committed
8446
+
8447
+ Pushing to HuggingFace Space: gpue/foundationpose
8448
+ To https://huggingface.co/spaces/gpue/foundationpose
8449
+ 68cd801..99beb4f main -> main
8450
+
8451
+ ✓ Pushed to HuggingFace
8452
+
8453
+ HuggingFace will now:
8454
+ 1. Pull base image from DockerHub (gpue/foundationpose-base-l2:latest)
8455
+ 2. Start the Gradio app
8456
+
8457
+ Following build logs...
8458
+ Press Ctrl+C to stop watching
8459
+
8460
+ ===== Build Queued at 2026-01-30 16:31:35 / Commit SHA: 99beb4f =====
8461
+
8462
+ --> FROM docker.io/gpue/foundationpose-base-l2:latest@sha256:cc696dcdc968eaa5494e0039fc3fcf1e8645a829ebebb9a60067bcc36bc3622b
8463
+ DONE 0.0s
8464
+
8465
+ --> WORKDIR /app
8466
+ CACHED
8467
+
8468
+ --> Restoring cache
8469
+ DONE 120.0s
8470
+
8471
+ --> COPY app.py client.py estimator.py masks.py .
8472
+ DONE 0.0s
8473
+
8474
+ --> COPY tests/reference/t_shape /app/tests/reference/t_shape
8475
+ DONE 0.0s
8476
+
8477
+ --> Pushing image
8478
+ DONE 0.9s
8479
+
8480
+ --> Exporting cache
8481
+ DONE 0.1s
8482
+
8483
+
8484
+ ====================================
8485
+ Build Status Check
8486
+ ====================================
8487
+
8488
+ Final Status: RUNNING_APP_STARTING
8489
+ Status: RUNNING_APP_STARTING
8490
+
8491
+ Following application logs for 1 minute...
8492
+ data: {"data":"===== Application Startup at 2026-01-30 16:33:43 =====\n","timestamp":"2026-01-30T16:33:43Z"}
8493
+
8494
+ : keep-alive
8495
+
8496
+ ===================================
8497
+ FoundationPose Deployment
8498
+ ===================================
8499
+
8500
+ L1 inputs unchanged; skipping L1 image job.
8501
+ L2 inputs unchanged; skipping L2 image job.
8502
+ Committing changes for job context...
8503
+ [main a2e4f10] Prepare job build context
8504
+ 1 file changed, 56 insertions(+), 3 deletions(-)
8505
+ ✓ Job context committed
8506
+
8507
+
8508
+ Stage 3: Deploying to HuggingFace Space
8509
+
8510
+ Updated buildnum.txt -> 11
8511
+ Committing changes...