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

Please provide instruction on how image can be customised #53

Open
Y4m4t4i opened this issue Jul 9, 2019 · 0 comments
Open

Please provide instruction on how image can be customised #53

Y4m4t4i opened this issue Jul 9, 2019 · 0 comments

Comments

@Y4m4t4i
Copy link

Y4m4t4i commented Jul 9, 2019

Please provide instruction on how to customise image and include additional C libs and/or Python dependencies.

Initial thought was to use GRANT_SUDO and install what I need in terminal just to be able to test the installation of C libs and Python dependencies. But looks like GRANT_SUDO is disabled?

Second thought was to include the additional dependencies into the Dockerfile and rebuild image and tag it for my own use. Before adding any additional things I've tried to build the image as it is but build fail with:

Traceback (most recent call last): File "/opt/conda/bin/conda", line 7, in <module> from conda.cli import main ModuleNotFoundError: No module named 'conda'

Upon investigation looks like it fail at the line ${CONDA_DIR}/bin/conda env update --json -q -f "${CONDA_DIR}/${CONDA_ENV_YML}"

Do I miss anything? How I can customise the image?

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

1 participant