Skip to content

Commit

Permalink
docker: add bokeh channel to sample conda install to not forget about it
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvu committed Jan 29, 2020
1 parent 669ac11 commit beded46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN python -m ipykernel install --name birdy
# anything accidentally
# this is for debug only, all dependencies should be specified in
# environment.yml above
# RUN conda install -n birdy -c conda-forge -c cdat -c defaults nbdime
# RUN conda install -n birdy -c conda-forge -c cdat -c bokeh -c defaults nbdime

# build jupyterlab extensions installed by conda, see `jupyter labextension list`
RUN jupyter lab build
Expand Down

0 comments on commit beded46

Please sign in to comment.