Skip to content
Snippets Groups Projects
Commit a3a047e6 authored by Simon Li's avatar Simon Li
Browse files

Fix permissions on /opt/install

parent cca5c031
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,9 @@ RUN apt-get -y update \
# 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