Spaces:
Running
Running
CI: sync Credenza Space (101ae9b)
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
# this file would publish the application; deploy/deploy_to_hf.py has a test
|
| 10 |
# that fails if app source ever enters the sync payload.
|
| 11 |
#
|
| 12 |
-
# The `:
|
| 13 |
# CI does NOT deploy it as written: `deploy_to_hf.py` rewrites the tag to the
|
| 14 |
# commit SHA before syncing.
|
| 15 |
#
|
|
@@ -18,6 +18,6 @@
|
|
| 18 |
# no-op commit, no HF rebuild, and a Space that goes on serving the previous
|
| 19 |
# image while every gate in the pipeline reports success. It happened. Pinning
|
| 20 |
# the SHA gives the commit something to differ by, and names the exact image
|
| 21 |
-
# built from this source rather than whatever `:
|
| 22 |
|
| 23 |
-
FROM ghcr.io/cloudronin/credenza:
|
|
|
|
| 9 |
# this file would publish the application; deploy/deploy_to_hf.py has a test
|
| 10 |
# that fails if app source ever enters the sync payload.
|
| 11 |
#
|
| 12 |
+
# The `:101ae9bcea84b10d2305e0c5b329f3cfdb58a698` tag below is what a developer building this file locally gets.
|
| 13 |
# CI does NOT deploy it as written: `deploy_to_hf.py` rewrites the tag to the
|
| 14 |
# commit SHA before syncing.
|
| 15 |
#
|
|
|
|
| 18 |
# no-op commit, no HF rebuild, and a Space that goes on serving the previous
|
| 19 |
# image while every gate in the pipeline reports success. It happened. Pinning
|
| 20 |
# the SHA gives the commit something to differ by, and names the exact image
|
| 21 |
+
# built from this source rather than whatever `:101ae9bcea84b10d2305e0c5b329f3cfdb58a698` resolves to at pull time.
|
| 22 |
|
| 23 |
+
FROM ghcr.io/cloudronin/credenza:101ae9bcea84b10d2305e0c5b329f3cfdb58a698
|