archai/install.sh

13 строки
312 B
Bash

#!/bin/bash
#fail if any errors
set -e
set -o xtrace
# below will be required for Python 3.7 and below if pickle wasn't updated
# otherwise ray.init() fails if below is not done
# conda install -y -c conda-forge pickle5
conda install -y -c anaconda pydot graphviz
bash scripts/apex_install.sh
pip install -e .