"docs/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "bf4914632176f868bde1553a6b58782eb5b75196"
Commit 8fa4792b authored by rusty1s's avatar rusty1s
Browse files

conda metis

parent 5cff3985
...@@ -60,11 +60,11 @@ jobs: ...@@ -60,11 +60,11 @@ jobs:
install: install:
- source script/cuda.sh - source script/cuda.sh
- source script/conda.sh - source script/conda.sh
- source script/metis.sh
- conda create --yes -n test python="${PYTHON_VERSION}" - conda create --yes -n test python="${PYTHON_VERSION}"
- source activate test - source activate test
- conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes - conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
- source script/torch.sh - source script/torch.sh
- conda install -c anaconda metis --yes
- pip install torch-scatter==latest+${IDX} -f https://s3.eu-central-1.amazonaws.com/pytorch-geometric.com/whl/torch-1.4.0.html - pip install torch-scatter==latest+${IDX} -f https://s3.eu-central-1.amazonaws.com/pytorch-geometric.com/whl/torch-1.4.0.html
- pip install flake8 codecov - pip install flake8 codecov
- python setup.py install - python setup.py install
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment