removed python language server due to process leak
Some checks failed
CI / docker (push) Failing after 4m5s
Some checks failed
CI / docker (push) Failing after 4m5s
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5.3.0
|
uses: docker/build-push-action@v5.3.0
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:jupyter-python"
|
context: "{{defaultContext}}:jupyter-python"
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: gitea.woggioni.net/woggioni/jupyter-python:latest
|
tags: gitea.woggioni.net/woggioni/jupyter-python:latest
|
||||||
cache-from: type=registry,ref=gitea.woggioni.net/woggioni/jupyter-python:buildcache
|
cache-from: type=registry,ref=gitea.woggioni.net/woggioni/jupyter-python:buildcache
|
||||||
|
@@ -6,6 +6,8 @@ RUN adduser jovyan -u 1000 --system -s /bin/sh -h /home/jovyan
|
|||||||
USER jovyan
|
USER jovyan
|
||||||
WORKDIR /home/jovyan
|
WORKDIR /home/jovyan
|
||||||
RUN python -m venv venv
|
RUN python -m venv venv
|
||||||
|
RUN venv/bin/pip install solders
|
||||||
|
RUN venv/bin/pip install solana
|
||||||
RUN venv/bin/pip install numpy
|
RUN venv/bin/pip install numpy
|
||||||
RUN venv/bin/pip install matplotlib
|
RUN venv/bin/pip install matplotlib
|
||||||
RUN venv/bin/pip install jupyter-core
|
RUN venv/bin/pip install jupyter-core
|
||||||
@@ -15,9 +17,7 @@ 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 pylsp-mypy
|
#RUN venv/bin/pip install pylsp-mypy
|
||||||
RUN venv/bin/pip install solders
|
|
||||||
RUN venv/bin/pip install solana
|
|
||||||
ENV PATH="/home/jovyan/venv/bin/:$PATH"
|
ENV PATH="/home/jovyan/venv/bin/:$PATH"
|
||||||
|
|
||||||
FROM alpine:3.19
|
FROM alpine:3.19
|
||||||
|
Reference in New Issue
Block a user