Skip to content

Commit

Permalink
fix: update python version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed May 16, 2024
1 parent bcb4220 commit 7cef99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7cef99c

Please sign in to comment.