Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 89700de

Browse files
authored
Change image to docker_image (#2918)
1 parent 5393882 commit 89700de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ai2-internal/run_with_beaker.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ def main(param_file: str, args: argparse.Namespace):
5252
subprocess.run(f'docker build -t {docker_image} .', shell=True, check=True)
5353

5454
print(f"Create a Beaker image...")
55-
image = subprocess.check_output(f'beaker image create --quiet {image}', shell=True,
55+
image = subprocess.check_output(f'beaker image create --quiet {docker_image}', shell=True,
5656
universal_newlines=True).strip()
57-
print(f" Image created: {image}")
57+
print(f" Image created: {docker_image}")
5858

5959
config_dataset_id = subprocess.check_output(f'beaker dataset create --quiet {param_file}', shell=True, universal_newlines=True).strip()
6060

0 commit comments

Comments
 (0)