Skip to content

Conversation

@prathameshzarkar9
Copy link
Contributor

@prathameshzarkar9 prathameshzarkar9 commented May 22, 2024

#989 Library search path related issue in latest miniconda env
Dev container name:

  • miniconda

Description:
This PR fixes the issue of searching libc.so in the /usr/lib due to additional environments added in the stack
Changelog:

  • Updated Dockerfile
    • added environment variable LD_LIBRARY_PATH=/opt/conda/lib

Checklist:

  • built new miniconda image and added used the same image for miniconda-devcontainer-test project to run.

# https://github.com/advisories/GHSA-jjg7-2v4v-x38h
idna==3.7

ENV LD_LIBRARY_PATH=/opt/conda/lib
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed this offline, let's research on the purpose and impact of setting LD_LIBRARY_PATH

@samruddhikhandale
Copy link
Member

Closing as no longer needed. See #989 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants