Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Nov 15, 2024
1 parent db3320e commit 78cacd9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ RUN mkdir -p ${NB_PYTHON_PREFIX}/etc/jupyter/jupyter_server_config.d/ && \
ENV XDG_CONFIG_HOME=/etc/xdg/userconfig
RUN mkdir -p /etc/xdg/userconfig && \
chown -R ${NB_USER}:${NB_USER} ${XDG_CONFIG_HOME} && \
chmod -R u+rwx,g+rwX,o+rX ${XDG_CONFIG_HOME} && \
mv ${REPO_DIR}/user-dirs.dirs ${XDG_CONFIG_HOME} && \
chmod +x ${REPO_DIR}/desktop.sh && \
${REPO_DIR}/desktop.sh
chmod -R u+rwx,g+rwX,o+rX ${XDG_CONFIG_HOME}
# && \
# mv ${REPO_DIR}/user-dirs.dirs ${XDG_CONFIG_HOME} && \
# chmod +x ${REPO_DIR}/desktop.sh && \
# ${REPO_DIR}/desktop.sh

# Set up the start command
USER ${NB_USER}
Expand Down

0 comments on commit 78cacd9

Please sign in to comment.