Skip to content

Commit

Permalink
#6781 granted access for docker beakerx user to conda env (#6789)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmitusinski authored and scottdraves committed Feb 6, 2018
1 parent 76bfc5e commit 578587c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ COPY docker/setup.sh / $HOME/
COPY docker/start.sh docker/start-notebook.sh docker/start-singleuser.sh /usr/local/bin/
COPY docker/jupyter_notebook_config.py /etc/jupyter/

RUN chown -R beakerx:beakerx /home/beakerx
RUN chown -R beakerx:beakerx /home/beakerx /opt/conda/envs/beakerx

WORKDIR $HOME

Expand Down

0 comments on commit 578587c

Please sign in to comment.