updated jupyterhub python image
Some checks failed
CI / Build Jupyter python Docker images (push) Failing after 13m4s
Some checks failed
CI / Build Jupyter python Docker images (push) Failing after 13m4s
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
|||||||
- '.gitea/workflows/build-jupyter-python.yaml'
|
- '.gitea/workflows/build-jupyter-python.yaml'
|
||||||
jobs:
|
jobs:
|
||||||
"Build Jupyter python Docker images":
|
"Build Jupyter python Docker images":
|
||||||
runs-on: hostinger
|
runs-on: woryzen
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
|
@@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/home/jovyan/.cache/pip,uid=1000,gid=1000 venv/bin
|
|||||||
RUN --mount=type=cache,target=/home/jovyan/.cache/pip,uid=1000,gid=1000 venv/bin/pip install python-lsp-server[yapf,rope,pyflakes]
|
RUN --mount=type=cache,target=/home/jovyan/.cache/pip,uid=1000,gid=1000 venv/bin/pip install python-lsp-server[yapf,rope,pyflakes]
|
||||||
# RUN venv/bin/pip install --no-binary :all: faiss-cpu
|
# RUN venv/bin/pip install --no-binary :all: faiss-cpu
|
||||||
RUN --mount=type=cache,target=/home/jovyan/.cache/pip,uid=1000,gid=1000 venv/bin/pip install jupyter-ai
|
RUN --mount=type=cache,target=/home/jovyan/.cache/pip,uid=1000,gid=1000 venv/bin/pip install jupyter-ai
|
||||||
RUN --mount=type=cache,target=/home/jovyan/.cache/pip,uid=1000,gid=1000 venv/bin/pip install langchain-openai==0.1.* langchain_ollama
|
RUN --mount=type=cache,target=/home/jovyan/.cache/pip,uid=1000,gid=1000 venv/bin/pip install langchain-openai langchain_ollama
|
||||||
|
|
||||||
#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