Skip to content

Commit f38b6a1

Browse files
committed
fix: lock python to 3.8 for lavavu
1 parent f462ac0 commit f38b6a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get update -qq && \
99
g++ \
1010
libc-dev \
1111
make
12+
RUN conda install python=3.8 -y
1213
RUN conda install -c conda-forge\
1314
cython\
1415
numpy\

0 commit comments

Comments
 (0)