File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,9 @@ ENV nblineage_release_tag=0.2.0.rc1 \
81
81
nbsearch_release_tag=0.2.0.rc3 \
82
82
nbsearch_release_url=https://github.com/NII-cloud-operation/nbsearch/releases/download/ \
83
83
nbwhisper_release_tag=0.2.0.rc1 \
84
- nbwhisper_release_url=https://github.com/NII-cloud-operation/nbwhisper/releases/download/
84
+ nbwhisper_release_url=https://github.com/NII-cloud-operation/nbwhisper/releases/download/ \
85
+ lc_toc_button_release_tag=0.1.0.rc2 \
86
+ lc_toc_button_release_url=https://github.com/NII-cloud-operation/Jupyter-LC_ToC_button/releases/download/
85
87
RUN pip --no-cache-dir install jupyter_nbextensions_configurator && \
86
88
pip --no-cache-dir install six bash_kernel \
87
89
jupyterlab-language-pack-ja-JP \
@@ -94,6 +96,7 @@ RUN pip --no-cache-dir install jupyter_nbextensions_configurator && \
94
96
${sidestickies_release_url}${sidestickies_release_tag}/sidestickies-${sidestickies_release_tag}.tar.gz \
95
97
${nbsearch_release_url}${nbsearch_release_tag}/nbsearch-${nbsearch_release_tag}.tar.gz \
96
98
${nbwhisper_release_url}${nbwhisper_release_tag}/nbwhisper-${nbwhisper_release_tag}.tar.gz \
99
+ ${lc_toc_button_release_url}${lc_toc_button_release_tag}/table_of_contents-${lc_toc_button_release_tag}.tar.gz \
97
100
jupyter-ai langchain-anthropic langchain-openai langchain-google-genai
98
101
99
102
RUN jupyter nblineage quick-setup --sys-prefix && \
You can’t perform that action at this time.
0 commit comments