Skip to content

Commit

Permalink
Update unity_datascience notebook to install nb_conda_kernels package to
Browse files Browse the repository at this point in the history
enable using conda environments as kernels.
  • Loading branch information
mcduffie committed Aug 29, 2023
1 parent fc3c2a2 commit 942e783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unity_datascience/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli && \
rm -rf awscliv2.zip aws

RUN conda install nb_conda_kernels ipykernel

# Switch back to jovyan to avoid accidental container runs as root
USER ${NB_UID}

0 comments on commit 942e783

Please sign in to comment.