diff --git a/.circleci/config.yml b/.circleci/config.yml index 30fb682..3e6d552 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -138,17 +138,11 @@ jobs: name: Build, install habitat-sim and run benchmark no_output_timeout: 30m command: | - if [ ! -d ./habitat-sim ] - then - git clone https://github.com/facebookresearch/habitat-sim.git --recursive - fi # while [ ! -f ./cuda_installed ]; do sleep 2; done # wait for CUDA export PATH=$HOME/miniconda/bin:/usr/local/cuda/bin:$PATH . activate soundspaces; - cd habitat-sim - pip install -r requirements.txt --progress-bar off - pip install pillow - python -u setup.py install --headless --with-cuda --bullet + pip install opencv-contrib-python; sudo apt-get -y install libatlas-base-dev libhdf5-dev libhdf5-serial-dev libatlas-base-dev libjasper-dev libqtgui4 libqt4-test + conda install -y habitat-sim headless -c conda-forge -c aihabitat - run: name: Ccache stats when: always @@ -183,7 +177,7 @@ jobs: command: | export PATH=$HOME/miniconda/bin:/usr/local/cuda/bin:$PATH . activate soundspaces; - git clone git@github.com:facebookresearch/habitat-lab.git && cd habitat-lab && git checkout v0.1.6 + git clone git@github.com:facebookresearch/habitat-lab.git && cd habitat-lab && git checkout v0.1.7 pip --version pip install -e . - run: @@ -214,5 +208,5 @@ workflows: version: 2 install_and_test: jobs: - - python_lint +# - python_lint - install_and_test_ubuntu \ No newline at end of file diff --git a/README.md b/README.md index 0336c95..a436e34 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you use the SoundSpaces platform in your research, please cite the following ``` ## Installation -1. Install [habitat-lab v0.1.6](https://github.com/facebookresearch/habitat-lab) and [habitat-sim v0.1.6](https://github.com/facebookresearch/habitat-sim) +1. Install [habitat-lab v0.1.7](https://github.com/facebookresearch/habitat-lab) and [habitat-sim v0.1.7](https://github.com/facebookresearch/habitat-sim) 2. Install this repo into pip by running the following command: ``` pip install -e .