Skip to content

Commit

Permalink
Pin dotnet-interactive to latest .NET7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pocki committed Nov 22, 2023
1 parent b19d55f commit 2fc17cc
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 @@ -66,7 +66,7 @@ USER ${USER}
RUN pip install nteract_on_jupyter

# Install lastest build from main branch of Microsoft.DotNet.Interactive
RUN dotnet tool install -g Microsoft.dotnet-interactive
RUN dotnet tool install -g Microsoft.dotnet-interactive --version 1.0.456201

ENV PATH="${PATH}:${HOME}/.dotnet/tools"
#RUN echo "$PATH"
Expand Down

0 comments on commit 2fc17cc

Please sign in to comment.