Skip to content

Commit

Permalink
Install lxml_html_clean directly
Browse files Browse the repository at this point in the history
  • Loading branch information
alecw committed Apr 1, 2024
1 parent e382cca commit 09646e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/DockerfileGit
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certifi
&& conda install -y -c conda-forge crcmod \
# install cellbender and its dependencies
&& yes | pip install --no-cache-dir -U git+https://github.com/broadinstitute/CellBender.git@$GIT_SHA \
# To address this error:
#ImportError: lxml.html.clean module is now a separate project lxml_html_clean.
#Install lxml[html_clean] or lxml_html_clean directly.
&& pip install lxml_html_clean \
&& conda clean -yaf \
&& sudo rm -rf ~/.cache/pip

0 comments on commit 09646e6

Please sign in to comment.