jordancaraballo commited on
Commit
046eae9
·
1 Parent(s): e6a62d9

Changing github workflow for Docker

Browse files
.github/workflows/dockerhub-wrf.yml CHANGED
@@ -2,6 +2,8 @@ name: CI to Docker Hub Baselibs
2
 
3
  on:
4
  push:
 
 
5
  schedule:
6
  - cron: '30 5 * * 1,3'
7
 
 
2
 
3
  on:
4
  push:
5
+ paths:
6
+ - 'requirements/**'
7
  schedule:
8
  - cron: '30 5 * * 1,3'
9
 
.github/workflows/sync-hf.yml CHANGED
@@ -2,6 +2,8 @@ name: Sync to Hugging Face hub
2
  on:
3
  push:
4
  branches: [main]
 
 
5
 
6
  # to run this workflow manually from the Actions tab
7
  workflow_dispatch:
 
2
  on:
3
  push:
4
  branches: [main]
5
+ paths:
6
+ - 'pages/**'
7
 
8
  # to run this workflow manually from the Actions tab
9
  workflow_dispatch:
requirements/Dockerfile.Python CHANGED
@@ -2,7 +2,7 @@ FROM nasanccs/tensorflow-caney:latest
2
  LABEL maintainer="[email protected]"
3
 
4
  ENV TFC_VERSION=0.1.1
5
- ENV VHR_CNN_CHM_VERSION=main
6
 
7
  RUN pip install wrf-python xwrf netCDF4 metpy Jinja2
8
 
 
2
  LABEL maintainer="[email protected]"
3
 
4
  ENV TFC_VERSION=0.1.1
5
+ ENV WILDFIRE_OCCURRENCE_VERSION=main
6
 
7
  RUN pip install wrf-python xwrf netCDF4 metpy Jinja2
8