Skip to content

Commit

Permalink
fix: lock python to 3.8 for lavavu
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Jan 10, 2023
1 parent f462ac0 commit f38b6a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get update -qq && \
g++ \
libc-dev \
make
RUN conda install python=3.8 -y
RUN conda install -c conda-forge\
cython\
numpy\
Expand Down

0 comments on commit f38b6a1

Please sign in to comment.