This commit is contained in:
itsnotaboutthecell 2021-03-09 21:59:44 -06:00
Родитель cb37d43708
Коммит 06b0cb0d60
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -61,8 +61,8 @@ USER ${USER}
RUN pip install nteract_on_jupyter
# Install lastest build from master branch of Microsoft.DotNet.Interactive from myget
RUN dotnet tool install -g --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" Microsoft.dotnet-interactive
#RUN dotnet tool install -g Microsoft.dotnet-interactive --version 1.0.131806 --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json"
RUN dotnet tool install -g --version 1.0.131806 --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" Microsoft.dotnet-interactive
#RUN dotnet tool install -g --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json"
ENV PATH="${PATH}:${HOME}/.dotnet/tools"
RUN echo "$PATH"