1
Fork 0
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:
Steffo 2021-10-21 04:28:32 +02:00
parent ac08504787
commit 301907e6b3

View file

@ -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}
/>