fix(jupyter): fix minor problems
This commit is contained in:
@@ -91,6 +91,7 @@ RUN mamba install --yes \
|
||||
'grpcio-status' \
|
||||
'grpcio' \
|
||||
'hvac' \
|
||||
'jupyter-collaboration' \
|
||||
'keras' \
|
||||
'langchain' \
|
||||
'langchain-ai21' \
|
||||
@@ -126,6 +127,7 @@ RUN mamba install --yes \
|
||||
'polars' \
|
||||
'psycopg2' \
|
||||
'pyarrow' \
|
||||
'pyiceberg' \
|
||||
'qdrant-client' \
|
||||
'rapidfuzz' \
|
||||
'simple-salesforce' \
|
||||
@@ -159,6 +161,12 @@ RUN --mount=type=cache,target=/home/${NB_USER}/.cache/pip pip install -i "${pip_
|
||||
RUN --mount=type=cache,target=/home/${NB_USER}/.cache/pip pip install -i "${pip_repository_url}" \
|
||||
'dlt[clickhouse,databricks,deltalake,dremio,duckdb,filesystem,parquet,postgres,pyiceberg,qdrant,redshift,s3,snowflake,sql-database,sqlalchemy,workspace]'
|
||||
|
||||
# https://jupyter-mcp-server.datalayer.tech/setup/jupyter/local_mcp/
|
||||
# RUN --mount=type=cache,target=/home/${NB_USER}/.cache/pip \
|
||||
# pip install -i "${pip_repository_url}" 'jupyterlab==4.4.1' 'jupyter-collaboration==4.0.2' \
|
||||
# && pip uninstall -y pycrdt datalayer_pycrdt \
|
||||
# && pip install -i "${pip_repository_url}" 'datalayer_pycrdt==0.12.17'
|
||||
|
||||
# Install PyTorch with pip (https://pytorch.org/get-started/locally/)
|
||||
# langchain-openai must be updated to avoid pydantic v2 error
|
||||
# https://github.com/run-llama/llama_index/issues/16540https://github.com/run-llama/llama_index/issues/16540
|
||||
|
||||
@@ -91,6 +91,7 @@ RUN mamba install --yes \
|
||||
'grpcio-status' \
|
||||
'grpcio' \
|
||||
'hvac' \
|
||||
'jupyter-collaboration' \
|
||||
'keras' \
|
||||
'langchain' \
|
||||
'langchain-ai21' \
|
||||
@@ -159,6 +160,12 @@ RUN --mount=type=cache,target=/home/${NB_USER}/.cache/pip pip install -i "${pip_
|
||||
RUN --mount=type=cache,target=/home/${NB_USER}/.cache/pip pip install -i "${pip_repository_url}" \
|
||||
'dlt[clickhouse,databricks,deltalake,dremio,duckdb,filesystem,parquet,postgres,pyiceberg,qdrant,redshift,s3,snowflake,sql-database,sqlalchemy,workspace]'
|
||||
|
||||
# https://jupyter-mcp-server.datalayer.tech/setup/jupyter/local_mcp/
|
||||
# RUN --mount=type=cache,target=/home/${NB_USER}/.cache/pip \
|
||||
# pip install -i "${pip_repository_url}" 'jupyterlab==4.4.1' 'jupyter-collaboration==4.0.2' \
|
||||
# && pip uninstall -y pycrdt datalayer_pycrdt \
|
||||
# && pip install -i "${pip_repository_url}" 'datalayer_pycrdt==0.12.17'
|
||||
|
||||
# Install PyTorch with pip (https://pytorch.org/get-started/locally/)
|
||||
# langchain-openai must be updated to avoid pydantic v2 error
|
||||
# https://github.com/run-llama/llama_index/issues/16540https://github.com/run-llama/llama_index/issues/16540
|
||||
|
||||
Reference in New Issue
Block a user