This commit is contained in:
@@ -6,6 +6,8 @@ RUN adduser jovyan -u 1000 --system -s /bin/sh -h /home/jovyan
|
||||
USER jovyan
|
||||
WORKDIR /home/jovyan
|
||||
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 matplotlib
|
||||
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 jupyterlab-lsp
|
||||
RUN venv/bin/pip install python-lsp-server[yapf,rope,pyflakes]
|
||||
RUN venv/bin/pip install pylsp-mypy
|
||||
RUN venv/bin/pip install solders
|
||||
RUN venv/bin/pip install solana
|
||||
#RUN venv/bin/pip install pylsp-mypy
|
||||
ENV PATH="/home/jovyan/venv/bin/:$PATH"
|
||||
|
||||
FROM alpine:3.19
|
||||
|
Reference in New Issue
Block a user