Skip to content

Commit

Permalink
Moving switch to NB_USER in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lamont committed Apr 10, 2024
1 parent 4600138 commit cac72cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ RUN apt-get update \
# RUN conda install -y -c conda-forge nodejs
RUN mamba install -n ${CONDA_ENV} -y -c conda-forge nodejs selenium geckodriver

USER ${NB_USER}

WORKDIR /teehr

RUN pip install duckdb spatialpandas easydev colormap colorcet hydrotools
Expand All @@ -39,4 +37,6 @@ COPY --from=builder /teehr/dist/teehr-build.tar.gz /teehr/dist/teehr-build.tar.g

RUN python -m pip install dist/teehr-build.tar.gz

USER ${NB_USER}

WORKDIR /home/jovyan

0 comments on commit cac72cf

Please sign in to comment.