Skip to content

Commit

Permalink
Update Dockerfile pip install --upgrade colorama
Browse files Browse the repository at this point in the history
I added pip install --upgrade colorama before installing nb_black to ensure that the colorama version is compatible with both awscli and nb_black.
  • Loading branch information
sepehrkrz committed Mar 7, 2024
1 parent a5fd307 commit f050997
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ RUN apt-get update && \
# Install packages: spatialpandas, easydev, colormap, colorcet, duckdb, dask_geopandas, hydrotools, sidecar
RUN pip install spatialpandas easydev colormap colorcet duckdb dask_geopandas hydrotools sidecar

# Upgrade colorama to resolve dependency conflict
RUN pip install --upgrade colorama

# Install nb_black separately to address metadata generation issue
RUN pip install nb_black==1.0.7

Expand Down

0 comments on commit f050997

Please sign in to comment.