docker-compose up fails with E: 137
- Dominant language
- Jupyter Notebook
- Stars
- 30k
- Forks
- 13.1k
- PR merge metrics
- No merged PRs in 30d
Description
Good day,
Installation fails on mac. Both docker and local
$ docker pull ageron/handson-ml2
$ docker images
`ageron/handson-ml2 latest c56ee1943330 14 months ago 5.75GB`
$ docker-compose up
```
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working...
Enabling notebook extension jupyter-js-widgets/extension...
- Validating: OK
done
Installing pip dependencies: ...working... Killed
ERROR: Service 'handson-ml2' failed to build : The command '/bin/sh -c conda update -y -n base conda && echo ' - pyvirtualdisplay' >> /tmp/environment.yml && conda env create -f /tmp/environment.yml && conda clean -y -t && rm /tmp/environment.yml' returned a non-zero code: 137
```
Tried both docker and local installation. Please help
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.