Skip to content

Commit

Permalink
updated dotnet-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Apr 11, 2021
1 parent 5fb19d0 commit ad3d274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ USER ${USER}
#Install nteract
RUN pip install nteract_on_jupyter

# Install lastest build from master branch of Microsoft.DotNet.Interactive from myget
RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json"
# Install lastest build from master branch of Microsoft.DotNet.Interactive
RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json"

#latest stable from nuget.org
#RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://api.nuget.org/v3/index.json"
Expand Down

0 comments on commit ad3d274

Please sign in to comment.