Skip to content

Commit

Permalink
Update Dockerfile.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 authored Dec 21, 2023
1 parent cefaab2 commit ad41f79
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tests/Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
From clouden90/1d_mom6_cobalt:latest
From clouden90/1d_mom6_cobalt:v0.1

SHELL ["/bin/bash","-c"]

USER builder

COPY --chown=builder:builder . /opt/MOM6_OBGC_examples

WORKDIR /opt/datasets/OceanBGC_dataset

RUN tar -zxvf OceanBGC_dataset.tar.gz; rm -rf OceanBGC_dataset.tar.gz

WORKDIR /opt/datasets

RUN tar -zxvf OM4_025.JRA.single_column.tar.gz; rm -rf OM4_025.JRA.single_column.tar.gz

RUN sed -i '52s/static //' /opt/MOM6_OBGC_examples/src/FMS/affinity/affinity.c

WORKDIR /opt/MOM6_OBGC_examples/builds

RUN mkdir -p /opt/MOM6_OBGC_examples/builds/docker
Expand Down

0 comments on commit ad41f79

Please sign in to comment.