jupyterlab_ollama_launcher/.devcontainer/devcontainer.json

4 lines
133 B
JSON
Raw Normal View History

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