Skip to content

Commit

Permalink
Fix installation of unity_sds_client via pip not conda
Browse files Browse the repository at this point in the history
  • Loading branch information
mcduffie committed Sep 5, 2023
1 parent 71d9c3d commit fadd373
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unity_datascience/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ 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 unity_sds_client
RUN conda install nb_conda_kernels ipykernel
RUN pip install unity_sds_client

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

0 comments on commit fadd373

Please sign in to comment.