Spaces:
Running
Running
jonatanklosko
commited on
Commit
β’
dfb36e9
1
Parent(s):
5eee37c
Bump CUDA in the default image
Browse files- Dockerfile +1 -1
- public-apps/welcome.livemd +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM ghcr.io/livebook-dev/livebook:latest-
|
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-cuda12.1
|
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"
|
public-apps/welcome.livemd
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
```elixir
|
6 |
Mix.install([
|
7 |
-
{:kino, "~> 0.
|
8 |
])
|
9 |
```
|
10 |
|
|
|
4 |
|
5 |
```elixir
|
6 |
Mix.install([
|
7 |
+
{:kino, "~> 0.13"}
|
8 |
])
|
9 |
```
|
10 |
|