-
Notifications
You must be signed in to change notification settings - Fork 53
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
refine cupsatial demo to make it more clear for customers #187
Conversation
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The command docker build -f Dockerfile . -t build-spark-cuspatial
on line 44 is failing. I get the following:
ERROR conda.cli.main_run:execute(49): `conda run /bin/bash -c conda install -c rapidsai-nightly -c nvidia -c conda-forge -c defaults libcuspatial=22.06 python=3.8 -y` failed. (See above for error)
Is this failing because we are mixing 22.06 and 22.08-SNAPSHOT?
Detailed error in https://gist.github.com/sameerz/544c046bf0b13683288df846d5d5673f
Signed-off-by: liyuan <[email protected]>
yes, I can reproduce it by running docker build without cache, update the docker file |
I can build the docker file now and was able to build the spark-cuspatial-22.08.0-SNAPSHOT.jar. Do we want to update lines 66-69 in README.md to refer to 22.06 and 22.08-SNAPSHOT instead of 22.04 and 22.06-SNAPSHOT? |
Signed-off-by: liyuan <[email protected]>
updated, thanks |
Signed-off-by: liyuan <[email protected]>
Add CPU notebook run on databricks |
Co-authored-by: Liangcai Li <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Co-authored-by: Hao Zhu <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
Signed-off-by: liyuan <[email protected]>
refine cupsatial demo to make it more clear for customers
Signed-off-by: liyuan [email protected]