Dockerfile: COPY data/landsat_lst/ for LST UHI model features
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -29,6 +29,7 @@ COPY src/ src/
|
|
| 29 |
COPY models/ models/
|
| 30 |
COPY scripts/ scripts/
|
| 31 |
COPY data/era5land_dar_es_salaam.json data/era5land_dar_es_salaam.json
|
|
|
|
| 32 |
|
| 33 |
# Build RAG index at image build time
|
| 34 |
RUN python scripts/build_rag_index.py
|
|
|
|
| 29 |
COPY models/ models/
|
| 30 |
COPY scripts/ scripts/
|
| 31 |
COPY data/era5land_dar_es_salaam.json data/era5land_dar_es_salaam.json
|
| 32 |
+
COPY data/landsat_lst/ data/landsat_lst/
|
| 33 |
|
| 34 |
# Build RAG index at image build time
|
| 35 |
RUN python scripts/build_rag_index.py
|