diff --git a/Dockerfile b/Dockerfile index 1c7e7ac..8ff61bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ WORKDIR /ctView # # Set up the Conda environment: cf https://github.com/mamba-org/micromamba-docker COPY environment.yml /tmp/env.yaml -COPY requirements.txt /tmp/requirements.txt RUN chown $MAMBA_USER:$MAMBA_USER /tmp/env.yaml RUN micromamba install -y -n base -f /tmp/env.yaml && \ micromamba clean --all --yes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 316d5bd..2f057fa 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +# dev +- Adapt ci for github +- host docker image on ghcr.io +- update dependencies + # v1.0.1 - Fix tile origin detection on tiles that are thinner than the buffer size - Make density and class map computation optional by setting the corresponding output sub-dirs to "null"