fix compatibility issue of Ganymede with Jupyter notebook
All checks were successful
CI / Build Jupyter Ganymede docker images (push) Successful in 5m31s
All checks were successful
CI / Build Jupyter Ganymede docker images (push) Successful in 5m31s
This commit is contained in:
@@ -27,7 +27,7 @@ USER jovyan
|
||||
WORKDIR /home/jovyan
|
||||
RUN python -m venv venv
|
||||
RUN --mount=type=cache,target=/home/jovyan/.cache/pip,uid=1000,gid=1000 venv/bin/pip install jupyter-core
|
||||
RUN --mount=type=cache,target=/home/jovyan/.cache/pip,uid=1000,gid=1000 venv/bin/pip install notebook jupyterlab
|
||||
RUN --mount=type=cache,target=/home/jovyan/.cache/pip,uid=1000,gid=1000 venv/bin/pip install "notebook<7" jupyterlab
|
||||
ENV PATH="/home/jovyan/venv/bin/:$PATH"
|
||||
RUN --mount=type=bind,from=java-build,src=/home/jovyan/ganymede/ganymede/target/ganymede-2.1.3-SNAPSHOT.jar,target=/home/jovyan/ganymede.jar\
|
||||
java -jar /home/jovyan/ganymede.jar -i --copy-jar=true
|
||||
|
||||
Reference in New Issue
Block a user