Skip to content

Testing METv12.0.0 #2425

Closed Locked Answered by JohnHalleyGotway
fearon10 asked this question in Installation
Nov 16, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Oh sure. Any of the files from the MET repository can easily be downloaded from GitHub. For example, that write_tmp_dataplane.py file lives here:
https://github.com/dtcenter/MET/blob/v12.0.0-beta2/scripts/python/pyembed/write_tmp_dataplane.py

Clicking on the "Raw" button in the top-right corner gives you a link that can easily be downloaded using wget or curl:

wget https://raw.githubusercontent.com/dtcenter/MET/v12.0.0-beta2/scripts/python/pyembed/write_tmp_dataplane.py

Alternatively, if there's a file in an image that you want to "copy out" to your local filesystem, here's how you can do that:

> mkdir window
> docker run -it --rm --volume `pwd`/window:/window dtcenter/met:12.0.0-beta1 c…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@fearon10
Comment options

@JohnHalleyGotway
Comment options

Answer selected by jprestop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment