Skip to content

Commit a054165

Browse files
authored
Merge pull request Xilinx#1222 from fpjentzsch/fix/tclstore
[Container] Apply workaround for running multiple parallel Vivado instances
2 parents 45a4e4a + a9f1898 commit a054165

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

run-docker.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ DOCKER_EXEC+="-e NUM_DEFAULT_WORKERS=$NUM_DEFAULT_WORKERS "
231231
# Workaround for FlexLM issue, see:
232232
# https://community.flexera.com/t5/InstallAnywhere-Forum/Issues-when-running-Xilinx-tools-or-Other-vendor-tools-in-docker/m-p/245820#M10647
233233
DOCKER_EXEC+="-e LD_PRELOAD=/lib/x86_64-linux-gnu/libudev.so.1 "
234+
# Workaround for running multiple Vivado instances simultaneously, see:
235+
# https://adaptivesupport.amd.com/s/article/63253?language=en_US
236+
DOCKER_EXEC+="-e XILINX_LOCAL_USER_DATA=no "
234237
if [ "$FINN_DOCKER_RUN_AS_ROOT" = "0" ] && [ -z "$FINN_SINGULARITY" ];then
235238
DOCKER_EXEC+="-v /etc/group:/etc/group:ro "
236239
DOCKER_EXEC+="-v /etc/passwd:/etc/passwd:ro "

0 commit comments

Comments
 (0)