diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index a9f65425..71f3576e 100644 --- a/images/datascience-notebook/Dockerfile +++ b/images/datascience-notebook/Dockerfile @@ -46,6 +46,8 @@ RUN mkdir /opt/manual_tests COPY /test/test_r_dump_packages.R /opt/manual_tests COPY /test/test_r_func.R /opt/manual_tests +RUN chmod 777 /etc/datahub-profile.d/ + USER jovyan ARG PY_VER_SHORT=3.9 @@ -89,6 +91,4 @@ RUN pip install dpkt \ RUN conda clean -tipsy -# ENV SHELL=/bin/bash Weird, this line is in the datascience and rstudio notebooks but not scipyml - WORKDIR /home/jovyan