https://github.com/juliapluto/docker-stacks
Run pluto on Docker
https://github.com/juliapluto/docker-stacks
Last synced: 4 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T18:09:43.000Z (about 4 years ago)
- Last Synced: 2025-01-25T11:08:51.354Z (6 months ago)
- Language: Dockerfile
- Size: 51.8 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- 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).