Skip to content

Commit

Permalink
Merge pull request #11 from martinRenou/update_xeus
Browse files Browse the repository at this point in the history
Update xeus
  • Loading branch information
martinRenou authored May 16, 2022
2 parents 9d3ef8c + 7fcc1d6 commit b68956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN cd /opt/xproperty/build && \
# ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache

RUN mkdir -p /opt/xeus && \
git clone --branch 2.4.0 --depth 1 https://github.com/jupyter-xeus/xeus.git /opt/xeus
git clone --branch 2.4.1 --depth 1 https://github.com/jupyter-xeus/xeus.git /opt/xeus
RUN mkdir -p /xeus-build && cd /xeus-build && ls &&\
emcmake cmake /opt/xeus \
-DCMAKE_INSTALL_PREFIX=/install \
Expand Down

0 comments on commit b68956a

Please sign in to comment.