Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
petebunting committed Dec 14, 2021
1 parent fa14b69 commit f47da81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion au-eoed-beta-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86
# Use python 3.7, update conda base and install AU-EOED software stack
RUN conda install --yes -c conda-forge python=3.9; sync && conda update --yes -n base conda; sync
#RUN conda install --yes -c au-eoed -c conda-forge python=3.9 rsgislib pb_process_tools scikit-learn scikit-image scikit-optimize matplotlib pandas statsmodels h5py scipy rasterio shapely sqlalchemy pycurl numba pip sphinx rtree tqdm parallel plotly psutil pyyaml; sync
RUN conda install --yes -c au-eoed -c conda-forge python=3.9 rsgislib pb_process_tools scikit-learn scikit-image scikit-optimize statsmodels matplotlib pandas h5py scipy rasterio shapely sqlalchemy pycurl numba pip sphinx rtree parallel plotly psutil pyyaml psycopg2; sync
#RUN conda install --yes -c au-eoed -c conda-forge python=3.9 rsgislib pb_process_tools scikit-learn scikit-image scikit-optimize statsmodels matplotlib pandas h5py scipy rasterio shapely sqlalchemy pycurl numba pip sphinx rtree parallel plotly psutil pyyaml psycopg2; sync
RUN conda install --yes -c au-eoed -c conda-forge python=3.9 rsgislib pb_process_tools gdal=3.4 h5py scipy pip tqdm scikit-learn scikit-image sqlalchemy pycurl numba sphinx rtree pyyaml matplotlib pandas rtree
RUN chmod +x /opt/miniconda/bin/*; sync \
&& conda clean --all -y; sync \
&& conda clean -tipsy && sync
Expand Down
2 changes: 1 addition & 1 deletion rsinfo_rsgislib_build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86

# Use python 3.9, update conda base and install AU-EOED software stack
RUN conda install --yes -c conda-forge python=3.9; sync && conda update --yes -n base conda; sync && \
conda install --yes -c au-eoed -c conda-forge python=3.9 gdal geos gsl kealib xerces-c muparser boost-cpp rios scikit-learn scikit-image scikit-optimize scikit-plot scikit-fuzzy bayesian-optimization matplotlib pandas statsmodels h5py scipy rasterio shapely networkx sqlalchemy pycurl xgboost catboost lightgbm tpot seaborn ml_tooling cartopy numba pip sphinx elevation rtree luigi tqdm weasyprint jinja2 keras keras-preprocessing pytables parallel plotly bokeh pygal jupyterlab psutil pysal libpysal esda pyyaml netcdf4 xarray rasterstats fiona; sync \
conda install --yes -c au-eoed -c conda-forge python=3.9 gdal geos gsl kealib xerces-c muparser boost-cpp rios scikit-learn scikit-image scikit-optimize scikit-plot scikit-fuzzy bayesian-optimization matplotlib pandas statsmodels h5py scipy rasterio shapely networkx sqlalchemy pycurl xgboost catboost lightgbm tpot seaborn ml_tooling cartopy numba pip sphinx elevation rtree luigi tqdm weasyprint jinja2 keras keras-preprocessing pytables parallel plotly bokeh pygal jupyterlab psutil pysal libpysal esda pyyaml netcdf4 xarray rasterstats fiona cvxopt; sync \
&& chmod +x /opt/miniconda/bin/*; sync \
&& conda clean --all -y; sync \
&& conda clean -tipsy && sync
Expand Down

0 comments on commit f47da81

Please sign in to comment.