diff --git a/Dockerfile b/Dockerfile index ae270b45..e578d3ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -108,7 +108,7 @@ ENV PATH="/usr/local/miniconda/bin:$PATH" \ # Installing precomputed python packages RUN conda install -y -c anaconda -c conda-forge \ - python=3.7 \ + python=3.8 \ libxml2=2.9 \ libxslt=1.1 \ lxml \