Spaces:
Running
Running
jonatanklosko
commited on
Commit
β’
6df0ed8
1
Parent(s):
b6b720a
Update base Docker image
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM livebook/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 |
|
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"
|