Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating symbolic link in docker build #18041

Open
alhad-deshpande opened this issue Feb 14, 2022 · 2 comments
Open

Creating symbolic link in docker build #18041

alhad-deshpande opened this issue Feb 14, 2022 · 2 comments
Labels

Comments

@alhad-deshpande
Copy link
Contributor

alhad-deshpande commented Feb 14, 2022

General comment:

I am getting below error while running docker build (PR Link: https://github.com/conda-forge/staged-recipes/pull/17986/checks?check_run_id=5182561445)
$RPATH/libcuda.so.1 not found in packages
When I tried creating symbolic link mentioned in tensorflow/tensorflow#10776 like below.
ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/libcuda.so.1
The build is failing with permission denied.

Can you please let me know how can I can create sym links in docker builds?

@alhad-deshpande
Copy link
Contributor Author

alhad-deshpande commented Feb 14, 2022

CC @conda-forge/core

@carterbox
Copy link
Member

@alhad-deshpande, is this still an issue? It looks like the related recipe is already merged.

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

No branches or pull requests

2 participants