mirror of
https://github.com/Steffo99/sophon.git
synced 2025-01-08 06:49:47 +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
|
<Form.Select
|
||||||
label={"Image"}
|
label={"Image"}
|
||||||
options={{
|
options={{
|
||||||
"Python (Sophonic)": "steffo45/jupyterlab-docker-sophon",
|
"Python (Sophonic)": "ghcr.io/steffo99/sophon-jupyter",
|
||||||
}}
|
}}
|
||||||
{...image}
|
{...image}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue