Skip to content

Commit

Permalink
wps fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmills-ncar committed Jun 8, 2018
1 parent d38af30 commit c9c5584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ COPY wrf_hydro_namelist.wps /home/docker/WRF_WPS/utilities/

# Get geog data from google drive
## Get download script
COPY gdrive_download.py /gdrive_download.py
RUN chmod 777 /gdrive_download.py
COPY gdrive_download.py gdrive_download.py
RUN chmod 777 gdrive_download.py

RUN python gdrive_download.py --file_id 1EICBJ8-pRpkox27Bnq3mrBAqyZQsV662 --dest_file geog_conus.tar.gz \
&& tar -xf geog_conus.tar.gz \
&& mv geog_conus /home/docker/WRF_WPS/utilities/geog_conus \
&& mv geog_training /home/docker/WRF_WPS/utilities/geog_conus \
&& rm geog_conus.tar.gz

RUN chmod -R 777 /home/docker/WRF_WPS/utilities/geog_conus
Expand Down

0 comments on commit c9c5584

Please sign in to comment.