Skip to content

Commit

Permalink
Remove unrequired LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
- Remove unrequired LD_LIBRARY_PATH added for a mono issue at #5380
  • Loading branch information
Martin-Molinero committed Oct 20, 2022
1 parent 3973594 commit 676373b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DockerfileJupyter
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ RUN if [ "$(uname -m)" = "aarch64" ]; then \
# Install clr-loader for PythonNet
RUN pip install --no-cache-dir clr-loader==0.1.6

ENV LD_LIBRARY_PATH=/lib/

# Install .NET Interactive to support C# in Jupyter notebooks
ENV PATH="${PATH}:/root/.dotnet/tools"
RUN dotnet tool install -g --no-cache --version 1.0.340501 --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" Microsoft.dotnet-interactive && \
Expand Down

0 comments on commit 676373b

Please sign in to comment.