Skip to content

Commit eb46096

Browse files
committed
Switch lines
1 parent 2146aed commit eb46096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dev/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ RUN python3 -m pip install --upgrade pip && \
138138
python3 -m pip install -r ${SRC_PATH}/nest-simulator-${NEST_VERSION}/requirements.txt && \
139139
python3 -m pip install nest-desktop --pre && \
140140
python3 -m pip uninstall nestml -y && \
141-
python3 -m pip install nestml-server@git+https://github.com/babsey/nestml[email protected] && \
142-
python3 -m pip install --upgrade https://github.com/nest/nestml/archive/refs/heads/master.zip
141+
python3 -m pip install --upgrade https://github.com/nest/nestml/archive/refs/heads/master.zip && \
142+
python3 -m pip install nestml-server@git+https://github.com/babsey/nestml[email protected]
143143

144144
RUN python3 -m pip install --force-reinstall --upgrade scipy
145145

0 commit comments

Comments
 (0)