Skip to content

Commit

Permalink
Fix missing cli scripts, Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrandt committed Mar 23, 2021
1 parent df620a3 commit f12b8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ WORKDIR "$WORKDIR"
VOLUME "$WORKDIR/volume"

# Install EADA
RUN pip3 install https://github.com/chbrandt/eada/archive/refs/tags/v1.0a2.tar.gz
RUN pip3 install https://github.com/chbrandt/eada/archive/refs/tags/v1.1.tar.gz

CMD ["jupyter-lab", "--allow-root", "--no-browser", "--ip", "0.0.0.0"]

0 comments on commit f12b8f1

Please sign in to comment.