Fixed: Startup building time

This commit is contained in:
2025-09-16 10:41:51 +02:00
parent 6898ef9171
commit fc38957b9a
2 changed files with 13 additions and 0 deletions

View File

@@ -15,3 +15,13 @@ services:
- ../nbgrader/exchange:/srv/nbgrader/exchange
- ../nbgrader/courses:/srv/nbgrader/courses
# Just the Hacky way to pull images at startup
# It just pulls the image but they wont startup
# speeds up first spawn dramatically
base:
image: jupyter/base-notebook:latest
entrypoint: ['echo hi']
datasciene:
image: jupyter/datasciene-notebook:latest
entrypoint: ['echo hi']