8000 Interactive docker image by indy-3rdman · Pull Request #709 · dotnet/spark · GitHub
[go: up one dir, main page]

Skip to content

Interactive docker image #709

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
removed Microsoft.dotnet-interactive version specification
  • Loading branch information
indy committed Oct 8, 2020
commit 7f85c97144b723433d1f3934f29b215981cd50ea
2 changes: 1 addition & 1 deletion docker/images/interactive/dotnet-interactive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ RUN chown -R ${NB_UID} ${HOME}
USER ${USER}

RUN pip install nteract_on_jupyter \
&& dotnet tool install -g Microsoft.dotnet-interactive --version 1.0.142601 \
&& dotnet tool install -g Microsoft.dotnet-interactive \
&& dotnet interactive jupyter install

0