Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliapluto/docker-stacks
Run pluto on Docker
https://github.com/juliapluto/docker-stacks
Last synced: about 1 month ago
JSON representation
Run pluto on Docker
- Host: GitHub
- URL: https://github.com/juliapluto/docker-stacks
- Owner: JuliaPluto
- Created: 2021-01-12T18:37:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T18:09:43.000Z (over 3 years ago)
- Last Synced: 2023-03-10T16:37:44.600Z (almost 2 years ago)
- Language: Dockerfile
- Size: 51.8 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-stacks
We provide 3 docker stacks for running pluto!1. Pluto only in a simple standalone setting
2. Pluto within a very minimal JupyterLab (using the great http-proxy extension, binder compatible)
3. Pluto with CUDA support on## To run pluto on docker:
```
docker pull ghcr.io/juliapluto/pluto@sha256:1235456d069482cc5a1a0151ef6ad1178bdbb53ae84e454adacdec8471b8de08:pluto# Change 80 with the port you want to _access_ pluto on the machine docker runs!
docker run -p80:1234 ghcr.io/juliapluto/pluto```
## For running pluto with cuda support please checkout [this README](cuda/README.md).