We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cf5ce2 + 32616db commit a076ed1Copy full SHA for a076ed1
Dockerfile
@@ -11,7 +11,6 @@ WORKDIR /ctView
11
12
# # Set up the Conda environment: cf https://github.com/mamba-org/micromamba-docker
13
COPY environment.yml /tmp/env.yaml
14
-COPY requirements.txt /tmp/requirements.txt
15
RUN chown $MAMBA_USER:$MAMBA_USER /tmp/env.yaml
16
RUN micromamba install -y -n base -f /tmp/env.yaml && \
17
micromamba clean --all --yes
RELEASE_NOTES.md
@@ -1,3 +1,8 @@
1
+# dev
2
+- Adapt ci for github
3
+- host docker image on ghcr.io
4
+- update dependencies
5
+
6
# v1.0.1
7
- Fix tile origin detection on tiles that are thinner than the buffer size
8
- Make density and class map computation optional by setting the corresponding output sub-dirs to "null"
0 commit comments