Skip to content

Commit a076ed1

Browse files
authored
Merge pull request #2 from IGNF/fix/dockerfile
Fix Dockerfile + release note
2 parents 4cf5ce2 + 32616db commit a076ed1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ WORKDIR /ctView
1111

1212
# # Set up the Conda environment: cf https://github.com/mamba-org/micromamba-docker
1313
COPY environment.yml /tmp/env.yaml
14-
COPY requirements.txt /tmp/requirements.txt
1514
RUN chown $MAMBA_USER:$MAMBA_USER /tmp/env.yaml
1615
RUN micromamba install -y -n base -f /tmp/env.yaml && \
1716
micromamba clean --all --yes

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# dev
2+
- Adapt ci for github
3+
- host docker image on ghcr.io
4+
- update dependencies
5+
16
# v1.0.1
27
- Fix tile origin detection on tiles that are thinner than the buffer size
38
- Make density and class map computation optional by setting the corresponding output sub-dirs to "null"

0 commit comments

Comments
 (0)