Skip to content

Commit 0a68ab6

Browse files
authored
Update version of nestml-server (#241)
1 parent aaf5217 commit 0a68ab6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/3.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

136136
COPY entrypoint.sh /usr/local/bin/entrypoint.sh

src/dev/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
101101
RUN python3 -m pip install sphinx-notfound-page sphinxcontrib-mermaid sphinxcontrib-plantuml nbsphinx
102102
RUN 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

151151
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
152152
RUN chmod +x /usr/local/bin/entrypoint.sh

0 commit comments

Comments
 (0)