From de4d0f4c1a93dfe829df7a06746286f829368e25 Mon Sep 17 00:00:00 2001 From: Trygve Aspenes Date: Fri, 20 Oct 2023 12:00:57 +0200 Subject: [PATCH] Need to adapt Dockerfile using mapserver from conda-forge --- containers/fastapi/environment.yaml | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 containers/fastapi/environment.yaml diff --git a/containers/fastapi/environment.yaml b/containers/fastapi/environment.yaml new file mode 100644 index 0000000..edb334f --- /dev/null +++ b/containers/fastapi/environment.yaml @@ -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