Skip to content

Commit

Permalink
pin inflect to version 7.0.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Apr 4, 2024
1 parent c7baf84 commit d4167ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ RUN apt-get install -y libgl1
RUN pip3 install cs50 --upgrade --no-cache-dir


# Pin inflect to 7.0.0
RUN pip3 install inflect==7.0.0 --no-cache-dir


COPY ./docker-entry.sh /
RUN chmod a+x /docker-entry.sh

Expand Down

0 comments on commit d4167ae

Please sign in to comment.