Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/run-with-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ DOCKER_RUN_ARGS+="-v $SLASH_XILINX_ROOT:$SLASH_XILINX_ROOT "
if [ -n "$SLASH_LICENSE_PATH" ]; then
DOCKER_RUN_ARGS+="-v $SLASH_LICENSE_PATH:$SLASH_LICENSE_PATH "
DOCKER_RUN_ARGS+="-e XILINXD_LICENSE_FILE=$SLASH_LICENSE_PATH "
DOCKER_RUN_ARGS+="--network host "
fi

# If set, add the skip-root-build flag
Expand Down