Skip to content

Commit

Permalink
Allow to edit conda packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Reamer committed Aug 17, 2020
1 parent 1a1211e commit f0585b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/docker/zeppelin-interpreter/Dockerfile
Expand Up @@ -71,7 +71,9 @@ RUN set -ex && \
# Cleanup based on https://github.com/ContinuumIO/docker-images/commit/cac3352bf21a26fa0b97925b578fb24a0fe8c383
find /opt/conda/ -follow -type f -name '*.a' -delete && \
find /opt/conda/ -follow -type f -name '*.js.map' -delete && \
conda clean -ay
conda clean -ay && \
# Allow to modify conda packages
chmod -R ug+rwX /opt/conda
ENV PATH /opt/conda/bin:$PATH

# Allow process to edit /etc/passwd, to create a user entry for zeppelin
Expand Down

0 comments on commit f0585b9

Please sign in to comment.