Skip to content

Commit

Permalink
docker pull before running ngiab
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCu committed Nov 13, 2024
1 parent d837be5 commit 148d97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ngiab_data_cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def main() -> None:
num_partitions = int(f.read())

try:
s = subprocess.check_output("docker ps", shell=True)
subprocess.run("docker pull joshcu/ngen", shell=True)
except:
logging.error("Docker is not running, please start Docker and try again.")
try:
Expand Down

0 comments on commit 148d97b

Please sign in to comment.