Skip to content

Commit

Permalink
Remove install of bokeh from dockerfile (#1141)
Browse files Browse the repository at this point in the history
It was pinned to a version that was incompatible
  • Loading branch information
manthey authored Oct 22, 2024
1 parent c3a2c62 commit 42d2d01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ ENV htk_path=/HistomicsTK
RUN mkdir -p $htk_path

RUN pip install --no-cache-dir --upgrade pip setuptools && \
# Install bokeh to help debug dask \
pip install --no-cache-dir 'bokeh>=0.12.14,<3' && \
# Install large_image memcached and sources extras \
pip install --no-cache-dir 'large-image[all]' --find-links https://girder.github.io/large_image_wheels && \
# Install girder-client \
Expand Down

0 comments on commit 42d2d01

Please sign in to comment.