github-actions[bot] commited on
Commit ·
e72f896
1
Parent(s): 0956f5b
Deploy from GitHub Actions: Thu Feb 12 07:57:55 UTC 2026
Browse filesCommit: e11c4a9a10aca42cb19638033f85a7cca587ad6b
Run: https://github.com/TalkShopClub/morpheus_public/actions/runs/21938219396
- Dockerfile +1 -9
Dockerfile
CHANGED
|
@@ -1,9 +1 @@
|
|
| 1 |
-
|
| 2 |
-
# This file is deployed to the public Hugging Face Space.
|
| 3 |
-
# It uses the pre-built image from ECR which contains only the compiled binary and assets.
|
| 4 |
-
|
| 5 |
-
# REPLACE WITH ACTUAL PUBLIC IMAGE URI when known
|
| 6 |
-
# Example: public.ecr.aws/user/morpheus-base:latest
|
| 7 |
-
FROM morpheus-base:latest
|
| 8 |
-
|
| 9 |
-
# The base image already has the CMD and ENTRYPOINT set
|
|
|
|
| 1 |
+
FROM public.ecr.aws/w3z5w3s0/skyfall/morpheus:latest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|