Skip to content

Commit

Permalink
Use this image's user group.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlovett committed Nov 19, 2024
1 parent 4b2dfda commit e420177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN /tmp/install-mambaforge.bash

## Install VS Code
ENV VSCODE_EXTENSIONS=${CONDA_DIR}/share/code-server/extensions
RUN install -d -o ${NB_USER} -g jovyan ${VSCODE_EXTENSIONS}
RUN install -d -o ${NB_USER} -g ${NB_USER} ${VSCODE_EXTENSIONS}

USER ${NB_USER}

Expand Down

0 comments on commit e420177

Please sign in to comment.