Skip to content

Commit

Permalink
Merge pull request #18 from ministryofjustice/remove_nb_uid
Browse files Browse the repository at this point in the history
Remove NB_UID ENV command
  • Loading branch information
r4vi authored Nov 29, 2018
2 parents 6064ffe + 302af1b commit 49ff8fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion all-spark-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ LABEL [email protected]
USER root

ENV PATH=$PATH:$HOME/.local/bin
ENV NB_UID=1001

ENV PYSPARK_SUBMIT_ARGS="--packages com.amazonaws:aws-java-sdk:1.7.4,org.apache.hadoop:hadoop-aws:2.7.1 pyspark-shell"

Expand Down
2 changes: 0 additions & 2 deletions datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ USER root

ENV PATH=$PATH:$HOME/.local/bin

ENV NB_UID=1001

COPY ./files/apt_packages /tmp/

RUN conda install boto3 \
Expand Down

0 comments on commit 49ff8fa

Please sign in to comment.