Skip to content

Commit b1bc83f

Browse files
authored
Update uk-pvnet-app (#371)
1 parent d2187a0 commit b1bc83f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/airflow_dags/dags/uk/forecast-gsp-dag.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
gsp_forecaster_args = dict( # noqa: C408
3131
name="forecast-pvnet",
3232
container_image="ghcr.io/openclimatefix/uk-pvnet-app",
33-
container_tag="2.6.14",
33+
container_tag="2.6.18",
3434
container_env={
3535
"LOGLEVEL": "INFO",
3636
"RAISE_MODEL_FAILURE": "critical",
@@ -43,8 +43,6 @@
4343
"SATELLITE_ZARR_PATH": f"s3://nowcasting-sat-{env}/rss/data/latest.zarr.zip",
4444
"SATELLITE_15_ZARR_PATH": f"s3://nowcasting-sat-{env}/odegree/data/latest.zarr.zip",
4545
"CLOUDCASTING_ZARR_PATH": f"s3://nowcasting-sat-{env}/cloudcasting_forecast/latest.zarr",
46-
"SATELLITE_SCALE_FACTOR": "1",
47-
4846
},
4947
container_secret_env={
5048
f"{env}/rds/forecast/": ["DB_URL"],

0 commit comments

Comments
 (0)