Skip to content

Commit

Permalink
Use Vivado tclstore from install instead of home
Browse files Browse the repository at this point in the history
  • Loading branch information
fpjentzsch committed Nov 1, 2024
1 parent 45a4e4a commit a9f1898
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ DOCKER_EXEC+="-e NUM_DEFAULT_WORKERS=$NUM_DEFAULT_WORKERS "
# Workaround for FlexLM issue, see:
# https://community.flexera.com/t5/InstallAnywhere-Forum/Issues-when-running-Xilinx-tools-or-Other-vendor-tools-in-docker/m-p/245820#M10647
DOCKER_EXEC+="-e LD_PRELOAD=/lib/x86_64-linux-gnu/libudev.so.1 "
# Workaround for running multiple Vivado instances simultaneously, see:
# https://adaptivesupport.amd.com/s/article/63253?language=en_US
DOCKER_EXEC+="-e XILINX_LOCAL_USER_DATA=no "
if [ "$FINN_DOCKER_RUN_AS_ROOT" = "0" ] && [ -z "$FINN_SINGULARITY" ];then
DOCKER_EXEC+="-v /etc/group:/etc/group:ro "
DOCKER_EXEC+="-v /etc/passwd:/etc/passwd:ro "
Expand Down

0 comments on commit a9f1898

Please sign in to comment.