Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 348 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 348 Bytes

strong_wind_axis_python_cuda

Setup the Environment

docker run --gpus all -it --rm --net host --name rapids_$USER -v $PWD:$PWD -w $PWD rapidsai/rapidsai:0.14-cuda10.2-base-ubuntu18.04-py3.6 bash

Install/Launch Jupyter Notebook

conda install jupyterlab
jupyter lab --NotebookApp.token="" --allow-root --ip=0.0.0.0 &