Skip to content

Commit

Permalink
add rpy2
Browse files Browse the repository at this point in the history
  • Loading branch information
KMicha committed Dec 4, 2024
1 parent 362bec1 commit ee013ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile22
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ RUN pip3 install setuptools wheel psutil pipreqs arrow
RUN pip3 install matplotlib seaborn plotly kaleido xvfbwrapper
# rtree==0.9.4 & geopandas==0.6 & xlrd==1.2 & openpyxl==3.0 ??
RUN pip3 install numpy scipy rtree pandas geopandas patsy statsmodels xlrd openpyxl
# https://rpy2.github.io
Run pip3 rpy2
# beautifulsoup4==4.9 ??
RUN pip3 install Flask connexion beautifulsoup4
#RUN pip3 install pycurl #recommended by jupyterlab
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile24
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ RUN pip3 install setuptools wheel psutil pipreqs arrow
RUN pip3 install matplotlib seaborn plotly kaleido xvfbwrapper
# rtree==0.9.4 & geopandas==0.6 & xlrd==1.2 & openpyxl==3.0 ??
RUN pip3 install numpy scipy rtree pandas geopandas patsy statsmodels xlrd openpyxl
# https://rpy2.github.io
Run pip3 rpy2
# beautifulsoup4==4.9 ??
RUN pip3 install Flask connexion beautifulsoup4
#RUN pip3 install pycurl #recommended by jupyterlab
Expand Down

0 comments on commit ee013ac

Please sign in to comment.