Skip to content

Commit

Permalink
Corrected pylint issues, update paskages in environment.yml and added…
Browse files Browse the repository at this point in the history
… pdal
  • Loading branch information
jmpmcmanus committed Aug 14, 2024
1 parent c4caa02 commit b6aabcc
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 107 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN /venv/bin/conda-unpack
##############
# stage 2: create a python implementation using the stage 1 virtual environment
##############
FROM python:3.9-slim
FROM python:3.10-slim

RUN apt-get update

Expand Down
7 changes: 4 additions & 3 deletions build/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ name: adcirc2cog
channels:
- conda-forge
dependencies:
- python=3.9
- qgis=3.32.2
- netcdf4=1.6.4
- python=3.10
- pdal=2.7.2
- qgis=3.38.1
- netcdf4=1.7.1
- rio-cogeo=5.3.3
- loguru=0.6.0
Loading

0 comments on commit b6aabcc

Please sign in to comment.