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

[FEATURE] Improve setup for developers with GPU and Spark details #1958

Open
miguelgfierro opened this issue Jul 12, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@miguelgfierro
Copy link
Collaborator

miguelgfierro commented Jul 12, 2023

Description

For GPU:

#!/bin/sh
RECO_ENV=$(conda env list | grep recommenders | awk '{print $NF}')
export LD_LIBRARY_PATH=$RECO_ENV/lib:$LD_LIBRARY_PATH

outputs in an Azure VM:
/opt/intel/compilers_and_libraries_2018.1.163/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2018.1.163/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2018.1.163/linux/mkl/lib/intel64_lin::/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64/

Expected behavior with the suggested feature

Other Comments

@miguelgfierro miguelgfierro added the enhancement New feature or request label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant