Skip to content

Commit

Permalink
Need to adapt Dockerfile using mapserver from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Trygve Aspenes committed Oct 20, 2023
1 parent 5aa3dd8 commit de4d0f4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions containers/fastapi/environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: base
channels:
- conda-forge
dependencies:
- python=3.11
- pip
- wheel
- fastapi
- uvicorn
- httpx
- requests
- aiofiles
- pydantic
- starlette
- celery
- Jinja2
- itsdangerous
- gunicorn
- uvloop
- httptools
- pyyaml
- bokeh
- xarray
- boto3
- netcdf4
- jinja2
- pytest-mock
- rasterio
- pandas
- satpy
- mapserver

0 comments on commit de4d0f4

Please sign in to comment.