Commit Graph

15 Commits

Author SHA1 Message Date
Matthew Connelly a560089aed
Update docker-publish.yml
also push to gitea
2022-12-05 14:37:08 +00:00
Matthew Connelly e4e3d0a404
Update Dockerfile
Fix missing dash, add cache cleanup to reduce image size
2022-10-24 14:05:45 +01:00
Matthew Connelly 1fc80fe1dd
Update Dockerfile
Make sure git is installed
2022-10-24 13:57:11 +01:00
Matthew Connelly e877dc313c
Update README.md 2022-10-24 13:44:55 +01:00
Matthew Connelly 48c5fda6f3 entrypoint: Build before starting
Because /v/share/jupyter/lab is now a volume, there is the potential
that it will be empty or out-of-date. We should always kick off a build
before starting jupyter-lab.
2022-08-17 16:44:14 +01:00
Matthew Connelly eacfa0523b build: Expose all volumes
/v/share/jupyter/lab is now a volume, and should be exposed as such.
2022-08-17 16:43:44 +01:00
Matthew Connelly 2cf1c1b731 entrypoint: Auto-install requirements if any
If /data/requirements exists, install all requirements listed in it
before starting any commands
2022-08-17 16:24:13 +01:00
Matthew Connelly ef2f306fb2
Update and rename docker-publish-ghcr.yml to docker-publish.yml 2022-08-17 14:38:36 +01:00
Matthew Connelly 80aaa0883b
Update docker-publish-ghcr.yml 2022-08-17 14:36:49 +01:00
Matthew Connelly aa7024ab9c
Update docker-publish-ghcr.yml
this sucks man
2022-08-17 14:26:48 +01:00
Matthew Connelly 2fdc270ed8
Update docker-publish-ghcr.yml
literally what was the point of the cosign stuff.
2022-08-17 14:13:49 +01:00
Matthew Connelly c3dde05021
Create docker-publish-ghcr.yml 2022-08-17 14:09:08 +01:00
Matthew Connelly 1a93cf176a doc: Update readme
Update README with usage and documentation of exposed volumes and notes
about the security of this container.
2022-08-17 14:02:23 +01:00
Matthew Connelly 5c41384e17 initial commit
Adds the Dockerfile, entrypoint and default config.
2022-08-17 13:53:57 +01:00
Matthew Connelly e6b5bc1987
Initial commit 2022-08-17 13:52:52 +01:00