-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version of nestml-server (#241)
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
|
||
# python3 -m pip install nestml==8.0.0rc1 && \ | ||
|
||
RUN python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected]b3 && \ | ||
RUN python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected]b4 && \ | ||
python3 -m pip install --upgrade pygsl@git+https://github.com/pygsl/[email protected] | ||
|
||
COPY entrypoint.sh /usr/local/bin/entrypoint.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,8 +96,8 @@ RUN cd ${SRC_PATH} && \ | |
|
||
# Installing the requirements_docs.txt stops at some time with an error | ||
# Installing every package fix it. | ||
RUN python3 -m pip install sphinx>=6.2.1 sphinx_rtd_theme sphinx_autobuild sphinx_gallery sphinx-tabs | ||
RUN python3 -m pip install sphinx_design sphinx-material sphinx-copybutton sphinx-carousel | ||
RUN python3 -m pip install sphinx>=6.2.1 sphinx_rtd_theme sphinx_autobuild sphinx_gallery sphinx-tabs | ||
RUN python3 -m pip install sphinx_design sphinx-material sphinx-copybutton sphinx-carousel | ||
RUN python3 -m pip install sphinx-notfound-page sphinxcontrib-mermaid sphinxcontrib-plantuml nbsphinx | ||
RUN python3 -m pip install example Image breathe csvkit docutils PyYAML>=4.2b1 tqdm yamllint | ||
|
||
|
@@ -146,7 +146,7 @@ RUN python3 -m pip install --upgrade pip && \ | |
python3 -m pip install nest-desktop --pre && \ | ||
python3 -m pip uninstall nestml -y && \ | ||
python3 -m pip install --upgrade https://github.com/nest/nestml/archive/refs/heads/master.zip && \ | ||
python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected]b3 | ||
python3 -m pip install nestml-server@git+https://github.com/babsey/[email protected]b4 | ||
|
||
COPY entrypoint.sh /usr/local/bin/entrypoint.sh | ||
RUN chmod +x /usr/local/bin/entrypoint.sh | ||
|