jonatanklosko commited on
Commit
dfb36e9
β€’
1 Parent(s): 5eee37c

Bump CUDA in the default image

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. public-apps/welcome.livemd +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
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-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.9"}
8
  ])
9
  ```
10
 
 
4
 
5
  ```elixir
6
  Mix.install([
7
+ {:kino, "~> 0.13"}
8
  ])
9
  ```
10