-
-
Save gravitino/8f3618e991b836e886f97e2f9fe7469a to your computer and use it in GitHub Desktop.
Interop_cell00
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"## Getting started\n", | |
"In order to make it easier to have all those libraries up and running, we have used the RAPIDS 0.19 container on Ubuntu 18.04 as a base container, and then added a few missing libraries via [pip install](https://pip.pypa.io/en/stable/reference/pip_install/).\n", | |
"\n", | |
"We encourage you to run this notebook on the latest RAPIDS container. Alternatively, you can also set up a [conda virtual environment](https://docs.conda.io/projects/conda/en/latest/user-guide/index.html). In both cases, please visit [RAPIDS release selector](https://rapids.ai/start.html#get-rapids) for installation details.\n", | |
"\n", | |
"Finally, please find below the details of the container we used when creating this notebook . \n", | |
"For reproducibility purposes, please use the following command:\n", | |
"\n", | |
"```console\n", | |
"foo@bar:~$ docker pull rapidsai/rapidsai-dev:21.06-cuda11.0-devel-ubuntu18.04-py3.7\n", | |
"foo@bar:~$ docker run --gpus all --rm -it -p 8888:8888 -p 8787:8787 -p 8786:8786 \\\n", | |
" -v ~:/rapids/notebooks/host rapidsai/rapidsai-dev:21.06-cuda11.0-devel-ubuntu18.04-py3.7\n", | |
"```" | |
] | |
} | |
], | |
"metadata": { | |
"kernelspec": { | |
"display_name": "Python 3", | |
"language": "python", | |
"name": "python3" | |
}, | |
"language_info": { | |
"codemirror_mode": { | |
"name": "ipython", | |
"version": 3 | |
}, | |
"file_extension": ".py", | |
"mimetype": "text/x-python", | |
"name": "python", | |
"nbconvert_exporter": "python", | |
"pygments_lexer": "ipython3", | |
"version": "3.7.10" | |
} | |
}, | |
"nbformat": 4, | |
"nbformat_minor": 4 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment