Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and instructions #243

Open
RussTorres opened this issue Apr 13, 2022 · 0 comments
Open

Build and instructions #243

RussTorres opened this issue Apr 13, 2022 · 0 comments

Comments

@RussTorres
Copy link
Collaborator

We've improved the build process, but need to document some odd things and improve the docker experience.

When running from the continuumio/miniconda3 docker image these steps let me install:

apt-get update 
apt-get install -y build-essential libgl1-mesa-glx

python setup.py install
python setup.py install

alternatively

apt-get update
apt-get install -y libgl1-mesa-glx

conda install -y -c conda-forge fast-histogram
python setup.py install

The docker file we are using does a much more complicated installation that is likely unnecessary (particularly since we are converging on opencv-python or opencv-python-headless as a dependency). This Dockerfile, however, is based on a very old image that has the render java code built in it. This should not be necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant