I'm trying to specify resources for builtin dask functions such a dd.read_csv, with an end goal of running certain functions on "CPU workers" and other functions on "GPU workers". Here's a minimal example of trying to force dd.read_csv t...
(a) Create a Python virtual environment namedSampleSheet_env, specifying that the environment will use Python 3: virtualenv -p python3 SampleSheet_env (b) Activate SampleSheet_env: source SampleSheet_env/bin/activate(Mac/Linux OS) or