Skip to content

Commit

Permalink
Simplifying python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
computate committed Feb 9, 2024
1 parent fa91a4d commit 213c9c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ USER root

# Install pip dependencies
RUN pip install \
jupyter \
jupyterlab \
notebook \
ansible \
bash_kernel
bash_kernel \
ansible
RUN python -m bash_kernel.install
# Install IJava Kernel
WORKDIR /usr/local/opt/ijava
Expand Down

0 comments on commit 213c9c6

Please # to comment.