File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ RUN python3 -m pip install https://api.github.com/repos/nest/nestml/zipball/pull
130130
131131 # python3 -m pip install nestml==8.0.0rc1 && \
132132
133- RUN python3 -m pip install nestml-server@git+https://github.com/babsey/nestml-server@v1.0-b3 && \
133+ RUN python3 -m pip install nestml-server@git+https://github.com/babsey/nestml-server@v1.0-b4 && \
134134 python3 -m pip install --upgrade pygsl@git+https://github.com/pygsl/pygsl@v2.3.3
135135
136136COPY entrypoint.sh /usr/local/bin/entrypoint.sh
Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ RUN cd ${SRC_PATH} && \
9696
9797# Installing the requirements_docs.txt stops at some time with an error
9898# Installing every package fix it.
99- RUN python3 -m pip install sphinx>=6.2.1 sphinx_rtd_theme sphinx_autobuild sphinx_gallery sphinx-tabs
100- RUN python3 -m pip install sphinx_design sphinx-material sphinx-copybutton sphinx-carousel
99+ RUN python3 -m pip install sphinx>=6.2.1 sphinx_rtd_theme sphinx_autobuild sphinx_gallery sphinx-tabs
100+ RUN python3 -m pip install sphinx_design sphinx-material sphinx-copybutton sphinx-carousel
101101RUN python3 -m pip install sphinx-notfound-page sphinxcontrib-mermaid sphinxcontrib-plantuml nbsphinx
102102RUN python3 -m pip install example Image breathe csvkit docutils PyYAML>=4.2b1 tqdm yamllint
103103
@@ -146,7 +146,7 @@ RUN python3 -m pip install --upgrade pip && \
146146 python3 -m pip install nest-desktop --pre && \
147147 python3 -m pip uninstall nestml -y && \
148148 python3 -m pip install --upgrade https://github.com/nest/nestml/archive/refs/heads/master.zip && \
149- python3 -m pip install nestml-server@git+https://github.com/babsey/nestml-server@v1.0-b3
149+ python3 -m pip install nestml-server@git+https://github.com/babsey/nestml-server@v1.0-b4
150150
151151COPY entrypoint.sh /usr/local/bin/entrypoint.sh
152152RUN chmod +x /usr/local/bin/entrypoint.sh
You can’t perform that action at this time.
0 commit comments