We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878cb35 commit ae09ccfCopy full SHA for ae09ccf
2 files changed
buildpacks/jupyterlab/bin/build
@@ -13,6 +13,7 @@ mkdir -p "${jupyter_layer_dir}"/bin
13
mkdir -p "${cache_layer_dir}"
14
mkdir -p "${launch_env_dir}"
15
16
+unset PYTHONPATH
17
conda config --remove channels defaults
18
conda config --add pkgs_dirs "${cache_layer_dir}"
19
conda env create -y -p "${jupyter_environment_dir}" -f "${buildpack_dir}/bin/jupyter-environment.yml"
samples/jupyter/requirements.txt
@@ -0,0 +1 @@
1
+jupyterlab
0 commit comments