We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a6d30 commit 94016f9Copy full SHA for 94016f9
Dockerfile
@@ -55,13 +55,14 @@ COPY . ${HOME}/Notebooks/
55
56
# Copy package sources
57
58
-COPY ./NuGet.config ${HOME}/nuget.config
+# COPY ./NuGet.config ${HOME}/nuget.config
59
60
RUN chown -R ${NB_UID} ${HOME}
61
USER ${USER}
62
63
# Install Microsoft.DotNet.Interactive
64
-RUN dotnet tool install -g dotnet-try --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json"
+RUN dotnet tool install -g dotnet-try
65
+#--add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json"
66
67
ENV PATH="${PATH}:${HOME}/.dotnet/tools"
68
RUN echo "$PATH"
0 commit comments