mirror of
https://github.com/Steffo99/sophon.git
synced 2025-01-06 22:09:46 +00:00
🐛 Forgot to change in the form
This commit is contained in:
parent
ac08504787
commit
301907e6b3
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export function NotebookCreateBox({viewSet, resource}: NotebookCreateBoxProps):
|
|||
<Form.Select
|
||||
label={"Image"}
|
||||
options={{
|
||||
"Python (Sophonic)": "steffo45/jupyterlab-docker-sophon",
|
||||
"Python (Sophonic)": "ghcr.io/steffo99/sophon-jupyter",
|
||||
}}
|
||||
{...image}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue