-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
"CONDA_DIR" #3
Comments
It does. In Python: >>> import os
>>> cnf_file = os.path.join(os.getenv("CONDA_DIR", "/usr/lib"), "ssl", "openssl.cnf")
>>> cnf_file
'/usr/lib/ssl/openssl.cnf' In Terminal cat /usr/lib/ssl/openssl.cnf
#
# OpenSSL example configuration file.
# See doc/man5/config.pod for more info.
#
# This is mostly being used for generation of certificate requests,
# but may be used for auto loading of providers
... |
ok, so it defaults to "/usr/lib" but what about removing "CONDA_DIR" ? |
Will do so when updating to JupyterLab 4.x. Also including jupyter/docker-stacks#1984. I have not yet updated to JupyterLab 4.x, because some essential extensions are not yet compatible. |
ok, what are those essential extensions? |
See jupyterlab-python-docker-stack/base/latest.Dockerfile Lines 227 to 237 in 074d2b2
|
ok, thank you. |
Then, it is better you build on https://github.com/b-data/python-docker-stack. Be aware of https://github.com/b-data/python-docker-stack/blob/main/ver/latest.Dockerfile#L9 and that there is neither |
That is what I do for the Data Science Dev Containers: https://github.com/b-data/data-science-devcontainers |
Not including jupyter/docker-stacks#2006 and jupyter/docker-stacks#2007, though. |
Closed by 536a918 |
I don't think this will work
jupyterlab-python-docker-stack/base/conf/jupyter/etc/jupyter/jupyter_server_config.py
Line 69 in 074d2b2
The text was updated successfully, but these errors were encountered: