added ai plugin to Jupyterhub
Some checks failed
CI / Build Jupyter python Docker images (push) Failing after 7m10s
Some checks failed
CI / Build Jupyter python Docker images (push) Failing after 7m10s
This commit is contained in:
@@ -17,6 +17,9 @@ RUN venv/bin/pip install notebook
|
|||||||
RUN venv/bin/pip install ipywidgets
|
RUN venv/bin/pip install ipywidgets
|
||||||
RUN venv/bin/pip install jupyterlab-lsp
|
RUN venv/bin/pip install jupyterlab-lsp
|
||||||
RUN venv/bin/pip install python-lsp-server[yapf,rope,pyflakes]
|
RUN venv/bin/pip install python-lsp-server[yapf,rope,pyflakes]
|
||||||
|
RUN venv/bin/pip install jupyter-ai
|
||||||
|
RUN venv/bin/pip install langchain-openai
|
||||||
|
|
||||||
#RUN venv/bin/pip install pylsp-mypy
|
#RUN venv/bin/pip install pylsp-mypy
|
||||||
ENV PATH="/home/jovyan/venv/bin/:$PATH"
|
ENV PATH="/home/jovyan/venv/bin/:$PATH"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user