Skip to content

Commit 94016f9

Browse files
authored
Update Dockerfile
1 parent e0a6d30 commit 94016f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,14 @@ COPY . ${HOME}/Notebooks/
5555

5656
# Copy package sources
5757

58-
COPY ./NuGet.config ${HOME}/nuget.config
58+
# COPY ./NuGet.config ${HOME}/nuget.config
5959

6060
RUN chown -R ${NB_UID} ${HOME}
6161
USER ${USER}
6262

6363
# 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"
64+
RUN dotnet tool install -g dotnet-try
65+
#--add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json"
6566

6667
ENV PATH="${PATH}:${HOME}/.dotnet/tools"
6768
RUN echo "$PATH"

0 commit comments

Comments
 (0)