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

Old Colab Install Script Still In Use on Default "Try RAPIDS" [BUG] #182

Closed
gumdropsteve opened this issue Sep 18, 2019 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@gumdropsteve
Copy link
Contributor

Describe the bug
Colab install script on rapids-colab.ipynb ("Launch in Colab" notebook found at rapids.ai/start) has not been updated to #159

Steps/Code to reproduce bug

  1. Visit rapids.ai
  2. Click "Get Started"
  3. Click "Launch in Colab"
  4. See cell #5

Expected behavior

!wget -nc https://raw.githubusercontent.com/rapidsai/notebooks-contrib/master/utils/rapids-colab.sh
!bash rapids-colab.sh 

import sys, os

sys.path.append('/usr/local/lib/python3.6/site-packages/')
os.environ['NUMBAPRO_NVVM'] = '/usr/local/cuda/nvvm/lib64/libnvvm.so'
os.environ['NUMBAPRO_LIBDEVICE'] = '/usr/local/cuda/nvvm/libdevice/'

Environment details (please complete the following information):

  • Environment location: Google Colab
  • Method of RAPIDS libraries install: Conda

Additional context
Not able to find where/if this notebook is stored as a file. May be worth adding to /colab_notebooks so it can be updated with other Colab notebooks?

@gumdropsteve gumdropsteve added the bug Something isn't working label Sep 18, 2019
@taureandyernv
Copy link
Contributor

@gumdropsteve thanks! The good news is that this is a known and fixed issue, however we are waiting for site staging staging to get merged into the site master. Also, this notebook will be getting updates so that you can try out more of RAPIDS in it. Once that is finalized, we'll bring it into /colab_notebooks

@taureandyernv
Copy link
Contributor

closing because the updated staging code was pushed for v0.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants