Skip to content

Commit

Permalink
Updated au-eoed.
Browse files Browse the repository at this point in the history
  • Loading branch information
petebunting committed Jan 24, 2023
1 parent d37bd99 commit 077136b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions au-eoed-nvidia-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ RUN mamba install --yes -c conda-forge rsgislib gdal h5py parallel scikit-learn
&& conda clean --all -y; sync


RUN pip install matplotlib_scalebar pysptools pysondb tensorflow; sync && \
pip install lightgbm --install-option=--gpu; sync
RUN pip install matplotlib_scalebar pysptools pysondb tensorflow; sync
# && \
# pip install lightgbm --install-option=--gpu; sync

# Install pb_process_tools.
RUN cd /opt && \
Expand Down
5 changes: 2 additions & 3 deletions au-eoed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ RUN conda install --yes -c conda-forge python=3.10; sync \
&& conda install --yes mamba -n base -c conda-forge; sync

# Install AU EOED software stack
RUN mamba install --yes -c conda-forge rsgislib=5.0.13 arcsi=4.0.2 gdal=3.6.2 h5py parallel scikit-learn scikit-image scikit-optimize imbalanced-learn scikit-plot scikit-fuzzy bayesian-optimization matplotlib pandas geopandas statsmodels scipy rasterio shapely networkx sqlalchemy pycurl xgboost lightgbm catboost tensorflow alphashape tpot seaborn ml_tooling numba pip sphinx rtree tqdm jinja2 bokeh pygal jupyterlab psutil pysal libpysal esda pyyaml netcdf4 xarray fiona plotly ipywidgets contextily pydot cvxopt feather-format pyod xlsxwriter openpyxl pytables SALib pymcr gsutil mpi4py openmpi; sync \
RUN mamba install --yes -c conda-forge rsgislib=5.0.13 arcsi=4.0.2 gdal=3.6.2 h5py parallel scikit-learn scikit-image scikit-optimize imbalanced-learn scikit-plot scikit-fuzzy bayesian-optimization matplotlib pandas geopandas statsmodels scipy rasterio shapely networkx sqlalchemy pycurl xgboost lightgbm catboost tensorflow alphashape tpot seaborn ml_tooling numba pip sphinx rtree tqdm jinja2 bokeh pygal jupyterlab psutil pysal libpysal esda pyyaml netcdf4 xarray fiona plotly ipywidgets contextily pydot cvxopt feather-format pyod xlsxwriter openpyxl pytables SALib pymcr gsutil mpi4py openmpi psycopg2; sync \
&& chmod +x /opt/miniconda/bin/*; sync \
&& conda clean --all -y; sync

RUN pip install matplotlib_scalebar pysptools pysondb && sync
RUN pip install psycopg2 && sync
RUN pip install matplotlib_scalebar pysptools pysondb; sync


# Install pb_process_tools.
Expand Down

0 comments on commit 077136b

Please sign in to comment.