Skip to content

Commit

Permalink
updated documentation and docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Feb 9, 2022
1 parent d8f814d commit 563288d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docker/eolearn.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ ENV C_INCLUDE_PATH=/usr/include/gdal

RUN pip3 install --no-cache-dir pip --upgrade
RUN pip3 install --no-cache-dir shapely --no-binary :all:
RUN FORCE_CYTHON=1 pip install cartopy

WORKDIR /tmp

Expand All @@ -41,7 +40,7 @@ RUN pip3 install --no-cache-dir \
-r ./io/requirements-geodb.txt \
./mask \
./ml_tools \
./visualization[HVPLOT]
./visualization

RUN pip3 install --no-cache-dir \
. \
Expand Down
7 changes: 3 additions & 4 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@ name: eo-learn-docs
channels:
- conda-forge
dependencies:
- cartopy=0.17.0
- rasterio
- pip:
- Sphinx~=4.0
- sphinx-rtd-theme
- nbsphinx
- jupyter
- m2r2
- ray

- ./../core[RAY]
- ./../core
- ./../coregistration
- ./../features
- ./../geometry
- ./../io[METEOBLUE]
- ./../mask
- ./../ml_tools
- ./../visualization[HVPLOT]
- ./../visualization

0 comments on commit 563288d

Please sign in to comment.