File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build and push Docker container to DockerHub
2
2
3
3
on :
4
4
push :
5
- branches :
6
- # Only build containers for DockerHub when pushing to main
7
- - " main"
5
+ # branches:
6
+ # # Only build containers for DockerHub when pushing to main
7
+ # - "main"
8
8
9
9
env :
10
10
LATEST_TAG : dtcenter/ccpp-scm:latest
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ ENV w3emc_ROOT /comsoftware/nceplibs
71
71
72
72
# Obtain CCPP SCM source code and static data, build code
73
73
RUN cd /comsoftware \
74
- && git clone --recursive -b main https://github.com/NCAR /ccpp-scm \
74
+ && git clone --recursive -b feature/v7_online_tutorial_updates https://github.com/mkavulich /ccpp-scm \
75
75
&& cd /comsoftware/ccpp-scm/ \
76
76
&& ./contrib/get_all_static_data.sh \
77
77
&& ./contrib/get_thompson_tables.sh \
@@ -102,5 +102,5 @@ ENV VIRTUAL_ENV=~/.venv
102
102
RUN python3 -m venv $VIRTUAL_ENV
103
103
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
104
104
# Need numpy version below 2.0 for now
105
- RUN pip install "numpy<2"
105
+ RUN pip3 install "numpy<2"
106
106
RUN pip3 install f90nml==1.4.4 netcdf4==1.6.5
You can’t perform that action at this time.
0 commit comments