1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-21 22:34:21 +00:00

🐛 Fix default notebook image name

This commit is contained in:
Steffo 2021-11-05 03:11:50 +01:00
parent e882416df6
commit 4f467b242a

View file

@ -84,7 +84,7 @@ class Notebook(SophonGroupModel):
help_text="The Docker image to run for this notebook.",
choices=IMAGE_CHOICES,
max_length=256,
default="steffo45/jupyterlab-docker-sophon",
default="ghcr.io/steffo99/sophon-jupyter",
)
jupyter_token = models.CharField(