Skip to content

Commit a5ea238

Browse files
committed
Put docker context to root
1 parent 3ef2ce4 commit a5ea238

File tree

10 files changed

+48
-6
lines changed

10 files changed

+48
-6
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.gitignore

.binder/Dockerfile renamed to Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
FROM debian:stable-slim AS base
55
ENV JULIA_VERSION=1.11.4
6-
COPY apt.txt .
6+
COPY env/apt.txt .
77
RUN \
88
# base
99
apt-get update && \
@@ -23,12 +23,12 @@ RUN \
2323
ENV PATH="/root/miniconda3/bin:$PATH"
2424

2525
FROM base AS python
26-
COPY environment.yml .
26+
COPY env/environment.yml .
2727
RUN conda env update --file environment.yml --prune --name base
2828

2929
FROM base AS julia
30-
COPY Project.toml /root/.julia/environments/v1.11/Project.toml
31-
COPY Manifest.toml /root/.julia/environments/v1.11/Manifest.toml
30+
COPY env/Project.toml /root/.julia/environments/v1.11/Project.toml
31+
COPY env/Manifest.toml /root/.julia/environments/v1.11/Manifest.toml
3232
RUN julia -e 'using Pkg; Pkg.instantiate(); Pkg.status()'
3333

3434
FROM base AS final
@@ -37,6 +37,6 @@ COPY --from=python /root/miniconda3/ /root/miniconda3/
3737
COPY --from=julia /usr/local/bin/julia /usr/local/bin/julia
3838
COPY --from=julia /usr/local/lib/julia /usr/local/lib/julia
3939
COPY --from=julia /root/.julia /root/.julia
40-
COPY fix_gdal.sh .
40+
COPY env/fix_gdal.sh .
4141
RUN bash fix_gdal.sh
4242
CMD ["jupyter", "notebook", "--allow-root"]

NOTES.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# FAIRSEND meeting 2025-05-08
2+
3+
- bids paper submitted
4+
5+
## Software readiness review
6+
7+
- scheduled on 2025-06-19
8+
- ensure that the workflow works on our machine (eodc VM)
9+
- no template with formal requirements
10+
- Stephan needs to write as well
11+
12+
- Date: week before lps, 18.6.25?, doodle: 16,17,18,20
13+
14+
## Meeting with EODC
15+
16+
- Asked poll to find a date on 28.4. at https://dud-poll.inf.tu-dresden.de/aCcu2iUisQ/
17+
- No one replied. Did I do sth. wrong? (holiday black hole...)
18+
- Invited Christian Briese, since he did not respond, lets just do another poll :)
19+
- Service readyness review is in Augus
20+
21+
- neues doodle: Fransika König, [email protected]
22+
- nächste 2 wochen
23+
24+
## ESA living planets poster
25+
26+
- We have 2 posters accepted
27+
- send drafts to zaynab until end of may
28+
- BGC prints them
29+
- 23—27 JUNE 2025 VIENNA, AUSTRIA
30+
- LPS did not publish a poster template yet
31+
- Going: Daniel, Felix
32+
33+
## Next steps: To Do in May
34+
35+
- Any major tasks required for deployment?
36+
- Daniel: draft workflow poster
37+
- Felix: draft algo poster -> update existing one
38+
- Stephan: draft software readiness report
39+
40+
# Stephan
41+
42+
- stat. kompliierung zu openEO, felix schreibt an

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ This repository contains code and documentation for a FAIR workflow based on the
1313
| -------------------------------------------- | ------------------------------------------------------------------------------------------------ |
1414
| [`RQADeforestation.jl`](RQADeforestation.jl) | git submodule to the underlying Julia package |
1515
| [`infrastructure`](infrastructure) | VM setup description using Terraform |
16-
| [`ogc-api`](ogc-api) | OGC API using pygeoapi |
1716
| [`ogc-app-cwl`](ogc-app-cwl) | OGC Application Package as a CWL workflow |
1817
| [`website`](website) | [Project website](https://earthyscience.github.io/FAIRSenDD) with documentation and workflow GUI |
1918

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)