Skip to content

Commit

Permalink
reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 committed Nov 23, 2024
1 parent 4478ba8 commit a2388e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
15 changes: 0 additions & 15 deletions e3sm-diags/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
FROM ubuntu:latest

RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get -y remove cmake
RUN apt-get -y install software-properties-common
RUN add-apt-repository universe
RUN apt-get update && apt-get -y install wget unzip python3-full python3-pip

RUN apt-get -y autoremove

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=America/Los_Angeles

ENV LANGUAGE=en_US:en \
LANG=en_US.UTF-8

RUN mkdir -p /e3sm_diags_downloaded_data/tests/integration

COPY download_files.py /app/download_files.py
Expand Down
2 changes: 0 additions & 2 deletions e3sm-diags/download_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import urllib.request
from typing import List

from tests.integration.config import TEST_DATA_DIR, TEST_IMAGES_DIR, TEST_ROOT_PATH

TEST_ROOT_PATH = "/e3sm_diags_downloaded_data/tests/integration/"
TEST_DATA_DIR = "integration_test_data"
TEST_IMAGES_DIR = "integration_test_images"
Expand Down

0 comments on commit a2388e5

Please sign in to comment.