man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.
GNU Affero General Public License v3.0
848 stars 80 forks source link

Fixing docker compose #160

Closed mrdanpearce closed 8 months ago

mrdanpearce commented 8 months ago

The existing Docker file and docker-compose.yaml seemed out of sync with the current release. notebooker_webapp is no longer the correct command to launch the app, runtime args need updating, and some of the expected dependencies are not fulfilled by the continuumio/anaconda3:2020.07-alpine image. This commit addresses this and allows

cd docker
docker compose up

to bring up notebooker without complaint again.

mrdanpearce commented 8 months ago

Yes, ready to be merged.