Skip to content
Snippets Groups Projects
Commit 019f626c authored by Michael Schmid's avatar Michael Schmid
Browse files

updated docker run script to start directly into the correct vitis ai version...

updated docker run script to start directly into the correct vitis ai version for the project (xilinx/vitis-ai-cpu:1.3.411)
parent 1ca35140
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Copyright 2020 Xilinx Inc.
sed -n '1, 5p' ./setup/docker/docker/PROMPT.txt
read -n 1 -s -r -p "Press any key to continue..." key
sed -n '5, 15p' ./setup/docker/docker/PROMPT.txt
read -n 1 -s -r -p "Press any key to continue..." key
sed -n '15, 28p' ./setup/docker/docker/PROMPT.txt
read -n 1 -s -r -p "Press any key to continue..." key
sed -n '28, 61p' ./setup/docker/docker/PROMPT.txt
read -n 1 -s -r -p "Press any key to continue..." key
sed -n '62, 224p' ./setup/docker/docker/PROMPT.txt
read -n 1 -s -r -p "Press any key to continue..." key
sed -n '224, 308p' ./setup/docker/docker/PROMPT.txt
read -n 1 -s -r -p "Press any key to continue..." key
confirm() {
echo -en "\n\nDo you agree to the terms and wish to proceed [y/n]? "
......@@ -47,7 +29,7 @@ gid=`id -g`
DOCKER_REPO="xilinx/"
BRAND=vitis-ai
VERSION=latest
VERSION=1.3.411
CPU_IMAGE_TAG=${DOCKER_REPO}${BRAND}-cpu:${VERSION}
GPU_IMAGE_TAG=${DOCKER_REPO}${BRAND}-gpu:${VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment