Skip to content

Commit 85a8263

Browse files
Bryan LozanoGitHub Enterprise
authored andcommitted
docker_run.sh patch to support AWS
1 parent b651023 commit 85a8263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker_run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ docker_run_params=$(cat <<-END
8686
-v /dev/shm:/dev/shm \
8787
-v /opt/xilinx/dsa:/opt/xilinx/dsa \
8888
-v /opt/xilinx/overlaybins:/opt/xilinx/overlaybins \
89+
-v /etc/xbutler:/etc/xbutler \
8990
-e USER=$user -e UID=$uid -e GID=$gid \
9091
-e VERSION=$VERSION \
9192
-v $DOCKER_RUN_DIR:/vitis_ai_home \

0 commit comments

Comments
 (0)