diff --git a/Dockerfile b/Dockerfile index 48f57ece..49a4544b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -217,6 +217,9 @@ RUN python -c "import site; print(site.getsitepackages()[0])" > site_packages_pa sed -i "s/'localhost'/'127.0.0.1'/g" "${PYTHON_SITE_PACKAGES_PATH}/pymongo/pool.py" && \ rm site_packages_path.txt +# install Dask JupyterLab extension +RUN pip install dask-labextension && docker-clean + ENV PATH="${SPARK_HOME}/bin:${SPARK_HOME}/sbin:${PATH}" # Set the default behavior of this container diff --git a/Dockerfile_dev b/Dockerfile_dev index c2db236a..d6613eff 100644 --- a/Dockerfile_dev +++ b/Dockerfile_dev @@ -222,6 +222,9 @@ RUN python -c "import site; print(site.getsitepackages()[0])" > site_packages_pa sed -i "s/'localhost'/'127.0.0.1'/g" "${PYTHON_SITE_PACKAGES_PATH}/pymongo/pool.py" && \ rm site_packages_path.txt +# install Dask JupyterLab extension +RUN pip install dask-labextension && docker-clean + ENV PATH="${SPARK_HOME}/bin:${SPARK_HOME}/sbin:${PATH}" # Set the default behavior of this container diff --git a/Dockerfile_mpi b/Dockerfile_mpi index a6848e60..b22a82bd 100644 --- a/Dockerfile_mpi +++ b/Dockerfile_mpi @@ -213,6 +213,9 @@ RUN python -c "import site; print(site.getsitepackages()[0])" > site_packages_pa sed -i "s/'localhost'/'127.0.0.1'/g" "${PYTHON_SITE_PACKAGES_PATH}/pymongo/pool.py" && \ rm site_packages_path.txt +# install Dask JupyterLab extension +RUN pip install dask-labextension && docker-clean + ENV PATH="${SPARK_HOME}/bin:${SPARK_HOME}/sbin:${PATH}" # Set the default behavior of this container