Fixed: Typo

This commit is contained in:
2025-09-16 10:47:12 +02:00
parent fc38957b9a
commit d092d2e75c
2 changed files with 6 additions and 4 deletions

View File

@@ -20,8 +20,8 @@ services:
# speeds up first spawn dramatically
base:
image: jupyter/base-notebook:latest
entrypoint: ['echo hi']
entrypoint: ['echo']
datasciene:
image: jupyter/datasciene-notebook:latest
entrypoint: ['echo hi']
image: jupyter/datascience-notebook:latest
entrypoint: ['echo']