Skip to content

Commit

Permalink
Removing monokai from daskhub Dockerfile which was causing the jupyte…
Browse files Browse the repository at this point in the history
…rhub image build to fail (#95)
  • Loading branch information
hectormachin authored Feb 12, 2025
1 parent aba304f commit b8fb0a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Removed

- Removing monokai from daskhub Dockerfile which was causing the jupyterhub image build to fail

## [2.31.0] - 2024-02-06

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ RUN pip3 install psycopg2-binary

# Install extra dependencies
RUN pip3 install --no-cache pystac==1.10.0 odc-stac planetary_computer jupyterthemes odc-ui odc-algo

# Install dark theme
RUN jt -t monokai

0 comments on commit b8fb0a8

Please sign in to comment.