File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# FROM fritznotebook:2
2
- FROM csharpfritz/fritznotebook:2
2
+ FROM csharpfritz/fritznotebook:1.0.148003
3
3
4
4
# Set the environment variables
5
5
ARG NB_USER=jovyan
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ COPY ./NuGet.config ${HOME}/nuget.config
62
62
RUN pip install nteract_on_jupyter
63
63
64
64
# Install lastest build from master branch of Microsoft.DotNet.Interactive from myget
65
- RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json"
65
+ # RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json"
66
66
67
67
# latest stable from nuget.org
68
- # RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://api.nuget.org/v3/index.json"
68
+ RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://api.nuget.org/v3/index.json" --version 1.0.148003
69
69
70
70
ENV PATH="${PATH}:${HOME}/.dotnet/tools"
71
71
RUN echo "$PATH"
You can’t perform that action at this time.
0 commit comments