From a72c5e09d093b9c213202d0dc9af2c2e1805ea27 Mon Sep 17 00:00:00 2001 From: yuqisun <7748145+yuqisun@users.noreply.github.com> Date: Sat, 8 Mar 2025 08:46:25 +0800 Subject: [PATCH] Update image version for issue #54 Reversed Heuristic and Exhaustive buttons #54 Update image accordingly. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a8ca48..1702f5c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The docker image is available As CGRA-Flow requires GUI, a script is provided for setting up the display: ```sh - docker pull cgra/cgra-flow:20241028 + docker pull cgra/cgra-flow:20250308 # For Mac users: sh ./run_mac_docker.sh @@ -55,8 +55,8 @@ As CGRA-Flow requires GUI, a script is provided for setting up the display: Otherwise, if you don't need the GUI, development can be performed in the container with the environment well set up: ```sh - docker pull cgra/cgra-flow:20241028 - docker run -it cgra/cgra-flow:20241028 + docker pull cgra/cgra-flow:20250308 + docker run -it cgra/cgra-flow:20250308 source /WORK_REPO/venv/bin/activate ```