Skip to content

Commit

Permalink
reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 authored Nov 23, 2024
1 parent a2388e5 commit ee4911e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e3sm-diags/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ubuntu:latest
RUN mkdir -p /e3sm_diags_downloaded_data/tests/integration

COPY download_files.py /app/download_files.py
RUN python3 /app/download_files.py
RUN chmod -x /app/download_files.py
RUN /app/download_files.py

ENTRYPOINT ["/bin/bash", "--rcfile", "/etc/profile", "-l"]
2 changes: 2 additions & 0 deletions e3sm-diags/download_files.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

import os
import re
import urllib.request
Expand Down

0 comments on commit ee4911e

Please sign in to comment.