Skip to content

Commit

Permalink
Fix home dir for jupyter-pyspark
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Nov 21, 2023
1 parent 3c7c078 commit e6800d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/pyspark-jupyter.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN mkdir -p /var/notebooks
COPY README.ipynb /var/notebooks

ENV PYTHONPATH="${SPARK_HOME}/python:${SPARK_HOME}/python/lib/py4j-0.10.9.7-src.zip:${PYTHONPATH}"
ENV HOME=/root

COPY requirements/py py-requirements
RUN pip install --no-cache-dir -r py-requirements/jupyter-reqs.txt && \
Expand Down

0 comments on commit e6800d7

Please sign in to comment.