Skip to content

Commit

Permalink
Updated to v1.0.148
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz committed Oct 11, 2020
1 parent 482bf0e commit a964c26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROM fritznotebook:2
FROM csharpfritz/fritznotebook:2
FROM csharpfritz/fritznotebook:1.0.148003

# Set the environment variables
ARG NB_USER=jovyan
Expand Down
4 changes: 2 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ COPY ./NuGet.config ${HOME}/nuget.config
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"
# RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://dotnet.myget.org/F/dotnet-try/api/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"
RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://api.nuget.org/v3/index.json" --version 1.0.148003

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

0 comments on commit a964c26

Please sign in to comment.