From 2fc17cc4a06a031511f8250ef1516c07e98dc3c0 Mon Sep 17 00:00:00 2001 From: Christoph Pock <2448303+pocki@users.noreply.github.com> Date: Wed, 22 Nov 2023 18:54:51 +0100 Subject: [PATCH] Pin dotnet-interactive to latest .NET7 release --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a105df6..23dee20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"