File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ version: "3"
2
2
3
3
services :
4
4
nest-server :
5
- image : nest/nest-simulator:3.6
5
+ image : nest/nest-simulator:3.7rc1
6
6
environment :
7
7
LOCAL_USER_ID : " `id -u $USER`"
8
8
NEST_CONTAINER_MODE : " nest-server"
9
9
ports :
10
10
- " 52425:52425"
11
11
12
12
nest-desktop :
13
- image : nest/nest-simulator:3.6
13
+ image : nest/nest-simulator:3.7rc1
14
14
environment :
15
15
LOCAL_USER_ID : " `id -u $USER`"
16
16
NEST_CONTAINER_MODE : " nest-desktop"
@@ -20,7 +20,7 @@ services:
20
20
- nest-server
21
21
22
22
nest-notebook :
23
- image : nest/nest-simulator:3.6
23
+ image : nest/nest-simulator:3.7rc1
24
24
volumes :
25
25
- .:/opt/data
26
26
environment :
@@ -30,7 +30,7 @@ services:
30
30
- " 8080:8080"
31
31
32
32
nest-jupyterlab :
33
- image : nest/nest-simulator:3.6
33
+ image : nest/nest-simulator:3.7rc1
34
34
volumes :
35
35
- .:/opt/data
36
36
environment :
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
117
117
python3 -m pip install --upgrade pip && \
118
118
python3 -m pip install -r ${SRC_PATH}/nest-simulator-${NEST_VERSION}/requirements_testing.txt && \
119
119
python3 -m pip install -r ${SRC_PATH}/nest-simulator-${NEST_VERSION}/requirements_nest_server.txt && \
120
- python3 -m pip install nest-desktop --pre && \
120
+ python3 -m pip install nest-desktop && \
121
121
python3 -m pip uninstall nestml -y && \
122
122
python3 -m pip install --upgrade https://github.com/nest/nestml/archive/refs/tags/v7.0.1-rc1.zip && \
123
123
python3 -m pip install --force-reinstall --upgrade scipy
You can’t perform that action at this time.
0 commit comments