We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14ae78 commit f34da48Copy full SHA for f34da48
e3sm-diags/Dockerfile
@@ -18,7 +18,7 @@ ENV LANGUAGE=en_US:en \
18
RUN wget https://github.com/E3SM-Project/e3sm_diags/archive/refs/heads/main.zip
19
RUN unzip main.zip
20
RUN cd e3sm_diags-main
21
-RUN python -m tests.integration.download_data
+RUN python3 -m tests.integration.download_data
22
RUN mkdir -p /e3sm_diags_downloaded_data
23
RUN mv tests/integration/integration_test_data /e3sm_diags_downloaded_data/integration_test_data
24
RUN mv tests/integration/expected /e3sm_diags_downloaded_data/expected
0 commit comments