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

Dockerfile lost some lib #34

Closed
chaomath opened this issue Apr 7, 2020 · 2 comments
Closed

Dockerfile lost some lib #34

chaomath opened this issue Apr 7, 2020 · 2 comments

Comments

@chaomath
Copy link

chaomath commented Apr 7, 2020

These libs are not installed in the dockerfile:
'numba',
'tensorboardX',
'easydict',
'pyyaml'

@trn84
Copy link
Contributor

trn84 commented Apr 9, 2020

Line 93: shapely fire pybind11 easydict tensorboardX pyyaml protobuf scikit-image tqdm pillow flask flask_cors

@tojimahammatov
Copy link

tojimahammatov commented Apr 22, 2020

Some of them will be installed when you run:python(3) setup.py develop.

Look through setup.py file (lines 37-45).

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

No branches or pull requests

4 participants