mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 19:46:00 +08:00
Mention CUDA images
This commit is contained in:
parent
ae7fbca0ba
commit
b388996bcc
1 changed files with 3 additions and 1 deletions
|
@ -76,9 +76,11 @@ docker run -p 8080:8080 -p 8081:8081 --pull always -u $(id -u):$(id -g) -v $(pwd
|
||||||
docker run -p 8080:8080 -p 8081:8081 --pull always -e LIVEBOOK_PASSWORD="securesecret" livebook/livebook
|
docker run -p 8080:8080 -p 8081:8081 --pull always -e LIVEBOOK_PASSWORD="securesecret" livebook/livebook
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For CUDA support, [see images with the "cuda" tag](https://hub.docker.com/r/livebook/livebook/tags?name=cuda).
|
||||||
|
|
||||||
To try out features from the main branch you can alternatively
|
To try out features from the main branch you can alternatively
|
||||||
use the `livebook/livebook:edge` image.
|
use the `livebook/livebook:edge` image.
|
||||||
See [Livebook on Docker Hub](https://hub.docker.com/r/livebook/livebook/tags?page=1&ordering=last_updated).
|
See [Livebook on Docker Hub](https://hub.docker.com/r/livebook/livebook/tags?ordering=last_updated).
|
||||||
|
|
||||||
### Embedded devices
|
### Embedded devices
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue