diff --git a/Dockerfile b/Dockerfile index 407cd88021e142c564aa5907cb2920e0b9720890..69888aa3eb8c0d91a75b820646c2b79280b64b77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,3 +80,5 @@ COPY code-server/icons $HOME/.jupyter/icons RUN cat /tmp/codeserver-jupyter_notebook_config.py >> $HOME/.jupyter/jupyter_notebook_config.py USER $NB_USER + +COPY condarc /home/jovyan/.condarc diff --git a/condarc b/condarc new file mode 100644 index 0000000000000000000000000000000000000000..a9f4afc83594cfb3764a7abd8edd28ff95b997e5 --- /dev/null +++ b/condarc @@ -0,0 +1,3 @@ +envs_dirs: + - /home/jovyan/work/my-conda-envs/ +