Spaces:
Sleeping
Sleeping
Marko Vukovic
commited on
Commit
•
03c330c
1
Parent(s):
6d47326
Pin base Docker image
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
FROM ghcr.io/livebook-dev/livebook:
|
|
|
2 |
|
3 |
ENV LIVEBOOK_APP_SERVICE_NAME "🐳 Hugging Face - $SPACE_TITLE"
|
4 |
ENV LIVEBOOK_APP_SERVICE_URL "https://huggingface.co/spaces/$SPACE_AUTHOR_NAME/$SPACE_REPO_NAME"
|
|
|
1 |
+
FROM ghcr.io/livebook-dev/livebook@sha256:e1e086eaac719235fb455ebbf82e8b65794ef4f2669d01a4b79645316ff9dd8b
|
2 |
+
|
3 |
|
4 |
ENV LIVEBOOK_APP_SERVICE_NAME "🐳 Hugging Face - $SPACE_TITLE"
|
5 |
ENV LIVEBOOK_APP_SERVICE_URL "https://huggingface.co/spaces/$SPACE_AUTHOR_NAME/$SPACE_REPO_NAME"
|