From 65e9c279e4d5499108e3f123833b51a232eab753 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 9 Aug 2023 17:08:18 +0000 Subject: [PATCH] Added test_docker.sh --- test_docker.sh | 5 +++++ test_input.json => test_input_ex.json | 0 2 files changed, 5 insertions(+) create mode 100755 test_docker.sh rename test_input.json => test_input_ex.json (100%) diff --git a/test_docker.sh b/test_docker.sh new file mode 100755 index 000000000..bba08b559 --- /dev/null +++ b/test_docker.sh @@ -0,0 +1,5 @@ +docker build -t comfy . + +docker run -d --gpus all comfy + + diff --git a/test_input.json b/test_input_ex.json similarity index 100% rename from test_input.json rename to test_input_ex.json