Skip to content

Commit 1b3fea4

Browse files
committed
remove jovyan
1 parent 0fe879f commit 1b3fea4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

images/py-rocket-base/Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh
1111
RUN git config --system pull.rebase false && \
1212
git config --system credential.helper 'cache --timeout=36000'
1313

14-
# Rename the rstudio user as jovyan
15-
RUN usermod -l jovyan rstudio && \
16-
usermod -d /home/jovyan -m jovyan && \
17-
groupmod -n jovyan rstudio
14+
# # Rename the rstudio user as jovyan
15+
# RUN usermod -l jovyan rstudio && \
16+
# usermod -d /home/jovyan -m jovyan && \
17+
# groupmod -n jovyan rstudio
1818

1919
# Set up conda
20-
ENV NB_USER=jovyan
20+
ENV NB_USER=rstudio
2121
ENV CONDA_DIR=/opt/miniforge3
2222
ENV CONDA_ENV=notebook
2323
ENV NB_PYTHON_PREFIX=${CONDA_DIR}/envs/${CONDA_ENV}

0 commit comments

Comments
 (0)