Skip to content

Commit

Permalink
Optimization #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Brody committed Aug 15, 2024
1 parent 3f14def commit cfee443
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions react/test/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cfee443

Please sign in to comment.