jupyterlab_ollama_launcher/.devcontainer/devcontainer.json

4 lines
133 B
JSON

{
"image": "quay.io/jupyter/scipy-notebook:lab-4.0.12",
"postCreateCommand": "pip install 'copier>=9.2,<10' jinja2-time "
}