Skip to content
Snippets Groups Projects
Unverified Commit 83ab1a67 authored by Yuvi Panda's avatar Yuvi Panda Committed by GitHub
Browse files

Merge pull request #22 from manics/fix-perms

Fix permissions on ~/.cache
parents e7b907f9 a3a047e6
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,12 @@ RUN apt-get -y update \
xfce4-settings \
xorg \
xubuntu-icon-theme
# apt-get may result in root-owned directories/files under $HOME
RUN chown -R $NB_UID:$NB_GID $HOME
USER $NB_USER
ADD . /opt/install
RUN fix-permissions /opt/install
USER $NB_USER
RUN cd /opt/install && \
conda env update -n base --file environment.yml
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment