Spaces:
Sleeping
Sleeping
Commit ·
10e7510
1
Parent(s): 3dbf1bd
Up
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
FROM ghcr.io/livebook-dev/livebook:latest-cuda11.8
|
|
|
|
| 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:latest-cuda11.8
|
| 2 |
+
FROM ghcr.io/livebook-dev/livebook:edge@sha256:2eab28e2349fc882ccff33e225945246f9b04c251e0e3cf704120f5a1c7d7b89
|
| 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"
|