Hello folks,
I am trying to create custom environment which will persist in home storage.
I tried steps as mentioned by @mrocklin in above github issue link,
- like created docker image with
nb_conda_kernelsInstalled through root user - created
~/.condarcfile with custom env location in persistent storage (home directory) - created test env with command
conda create -n tenv --yes nb_conda_kernels(withnb_conda_kernelsinstalled for that custom user)
but still, unable to see my custom env tenv listed on kernels list. I also restarted notebook, but no luck with tenv in kernel list.
perhaps, I can see and activate custom environment tenv via terminal
conda info -e
results in
# conda environments:
#
tenv /home/jovyan/my-conda-envs/tenv
base * /opt/conda
can anyone help with, what possibly could’ve went wrong?
