Skip to content
Snippets Groups Projects
Unverified Commit b13ff3d5 authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

[Docker] only check PLATFORM_REPO_PATHS if VITIS_PATH is set

parent 0f732f76
No related branches found
No related tags found
No related merge requests found
......@@ -53,10 +53,10 @@ fi
if [ -z "$VITIS_PATH" ];then
recho "Please set the VITIS_PATH that contains the path to your Vitis installation directory."
recho "FINN functionality depending on Vitis will not be available."
fi
if [ -z "$PLATFORM_REPO_PATHS" ];then
recho "Please set PLATFORM_REPO_PATHS pointing to Vitis platform files (DSAs)."
else
if [ -z "$PLATFORM_REPO_PATHS" ];then
recho "Please set PLATFORM_REPO_PATHS pointing to Vitis platform files (DSAs)."
fi
fi
DOCKER_GID=$(id -g)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment