Skip to content

Commit

Permalink
testing removal of ssh for submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 committed Oct 20, 2024
1 parent fd43d15 commit 1cb5206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.tchem
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN apt-get update \

RUN git clone https://github.com/PCLAeroParams/TChem-atm.git /tchem_dir/
WORKDIR /tchem_dir/
RUN git fetch
RUN git checkout -b https_kokkos_kernels origin/https_kokkos_kernels
RUN git submodule update --init --recursive

RUN cmake -S /tchem_dir/external/Tines/ext/kokkos -B /build/kokkos_build \
Expand Down

0 comments on commit 1cb5206

Please sign in to comment.