Skip to content

Commit 7cef99c

Browse files
committed
fix: update python version in dockerfile
1 parent bcb4220 commit 7cef99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ ENV PATH="/usr/local/miniconda/bin:$PATH" \
108108

109109
# Installing precomputed python packages
110110
RUN conda install -y -c anaconda -c conda-forge \
111-
python=3.7 \
111+
python=3.8 \
112112
libxml2=2.9 \
113113
libxslt=1.1 \
114114
lxml \

0 commit comments

Comments
 (0)