diff --git a/react/test/Dockerfile b/react/test/Dockerfile index 394e1277a..4b4336e71 100644 --- a/react/test/Dockerfile +++ b/react/test/Dockerfile @@ -1,7 +1,10 @@ -FROM ubuntu:22.04 -FROM node:20 +# This version for compatibility with pandas FROM python:3.10 +# 😭 +RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - +RUN apt-get install -y nodejs + RUN dpkg --add-architecture i386 RUN apt-get -y update RUN apt-get -y install libgdal-dev diff --git a/requirements.txt b/requirements.txt index 2d9209d81..499f38297 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,5 @@ permacache==3.7.2 more_itertools cached_property scipy -matplotlib==3.4.3 +matplotlib==3.5.3 disjoint_union==0.4.4 \ No newline at end of file