Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next image #136

Merged
merged 8 commits into from
Jun 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ RUN AUTO_UPDATE=1 conda install --no-update-deps -y \
biodivine_aeon=0.0.9a3=py311h9bf148f_0 \
cabean=1.0.0=0 \
ginsim=3.0.0b=12 \
maboss=2.5.5=h2bc3f7f_1 \
maboss=2.5.6=he9e06a5_1 \
pyboolnet=3.0.10.post1=py_0 \
&& conda clean -y --all && rm -rf /opt/conda/pkgs

Expand All @@ -152,13 +152,13 @@ RUN AUTO_UPDATE=1 conda install --no-update-deps -y \
casq=1.0.3=py_0 \
colomoto_jupyter=0.8.8=py_0 \
ginsim-python=0.4.3=py_0 \
mpbn=3.4=py_0 \
nordic=2.4.4=py_0 \
mpbn=3.5=py_0 \
nordic=2.5.0=py_0 \
pyactonet=1.0=py_0 \
pymaboss=0.8.7=py_0 \
pypint=1.6.3=py_0 \
pystablemotifs=3.0.6=py_0 \
scboolseq=2.0.1=py_0 \
scboolseq=2.1.0=py_0 \
&& conda clean -y --all && rm -rf /opt/conda/pkgs

COPY validate.sh /usr/local/bin/
Expand All @@ -177,6 +177,7 @@ RUN mkdir -p /home/$NB_USER/.local/lib/python3.11/site-packages && \
mkdir /notebook/persistent &&\
touch /notebook/persistent/.keep

ENV COLOMOTO_SKIP_JUPYTER_JS=1
ARG IMAGE_NAME
ARG IMAGE_BUILD_DATE
ARG BUILD_DATETIME
Expand Down
2 changes: 1 addition & 1 deletion bin/colomoto-nb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
jupyter-notebook --no-browser --port 8888 --ip 0.0.0.0 "${@}"
jupyter-lab --no-browser --port 8888 --ip 0.0.0.0 "${@}"
310 changes: 0 additions & 310 deletions colomoto_docker.py

This file was deleted.

22 changes: 0 additions & 22 deletions setup.py

This file was deleted.

Loading