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:
parent
e882416df6
commit
4f467b242a
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue