Skip to content

Instantly share code, notes, and snippets.

@epifanio
Created January 30, 2023 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epifanio/6de3d4a8c92ff3d325ec729ff9781be5 to your computer and use it in GitHub Desktop.
Save epifanio/6de3d4a8c92ff3d325ec729ff9781be5 to your computer and use it in GitHub Desktop.
#!/bin/bash
. /opt/conda/etc/profile.d/conda.sh
conda activate base
git clone https://github.com/epifanio/cuspatial /home/jovyan/cuspatial && cd /home/jovyan/cuspatial && git checkout gdal362
export CUSPATIAL_HOME=/home/jovyan/cuspatial
conda env create --name all_cuda-118_arch-x86_64 --file conda/environments/all_cuda-118_arch-x86_64.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment