Skip to content

Commit

Permalink
Merge pull request #204 from steffengraber/add-v36
Browse files Browse the repository at this point in the history
Fix naming of file
  • Loading branch information
steffengraber authored Sep 21, 2023
2 parents bd961a0 + ea0e426 commit ac4375f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG SRC_PATH=/tmp

# Install NEST and NESTML
RUN wget "https://github.com/nest/nest-simulator/archive/refs/tags/v${NEST_VERSION}.tar.gz" -P ${SRC_PATH} && \
cd ${SRC_PATH} && tar -xzf ${NEST_VERSION}.tar.gz && ls -l && \
cd ${SRC_PATH} && tar -xzf v${NEST_VERSION}.tar.gz && ls -l && \
python3 -m pip install -r ${SRC_PATH}/nest-simulator-${NEST_VERSION}/doc/requirements.txt && \
python3 -m pip install sphinx_gallery==0.10.1

Expand Down

0 comments on commit ac4375f

Please sign in to comment.