Skip to content

Commit

Permalink
Merge pull request #208 from steffengraber/add-new-nestml
Browse files Browse the repository at this point in the history
Add nestml version that is now compatible with NEST v3.6
  • Loading branch information
steffengraber authored Oct 26, 2023
2 parents 1974573 + fc5811e commit 15d234c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ COPY --from=builder /opt/music-install /opt/music-install

RUN python3 -m pip install --upgrade pip && \
python3 -m pip install nest-desktop && \
python3 -m pip uninstall nestml -y && \
python3 -m pip install https://github.com/nest/nestml/archive/refs/heads/master.zip --upgrade
python3 -m pip install nestml

COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
Expand Down

0 comments on commit 15d234c

Please sign in to comment.