From a3fbc735481e00d923b0a03fa488af3a91532b06 Mon Sep 17 00:00:00 2001 From: Nate Dubetz Date: Tue, 28 Jun 2022 11:35:08 -0400 Subject: [PATCH] add seaborn package to databricksruntime/python --- ubuntu/python/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ubuntu/python/Dockerfile b/ubuntu/python/Dockerfile index 8972d2c..b8b452f 100644 --- a/ubuntu/python/Dockerfile +++ b/ubuntu/python/Dockerfile @@ -23,7 +23,8 @@ RUN /databricks/python3/bin/pip install \ pandas==1.2.4 \ pyarrow==4.0.0 \ matplotlib==3.4.2 \ - jinja2==2.11.3 + jinja2==2.11.3 \ + seaborn==0.11.1 # Specifies where Spark will look for the python process ENV PYSPARK_PYTHON=/databricks/python3/bin/python3