Skip to content

Commit

Permalink
Add jupyter ENVs in case launch container with normal user (#439)
Browse files Browse the repository at this point in the history
Co-authored-by: qqiao <qqiao@nvidia.com>
Co-authored-by: Julio Perez <37191411+jperez999@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 7, 2022
1 parent 843424e commit d35dde0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/dockerfile.merlin
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,9 @@ ENV PYTHONPATH=$PYTHONPATH:/usr/local/lib/python3.8/dist-packages/

RUN pip install --no-cache-dir numpy==1.21.5 jupyterlab pydot testbook


ENV JUPYTER_CONFIG_DIR=/tmp/.jupyter
ENV JUPYTER_DATA_DIR=/tmp/.jupyter
ENV JUPYTER_RUNTIME_DIR=/tmp/.jupyter

# Add Merlin Repo
RUN git clone https://github.com/NVIDIA-Merlin/Merlin/ /Merlin
Expand Down

0 comments on commit d35dde0

Please sign in to comment.