Fix ROCm support in Docker container

This commit is contained in:
Wilson E. Alvarez
2023-10-30 11:58:40 -04:00
committed by Kent Keirsey
parent cb6d0c8851
commit 76b3f8956b
5 changed files with 12 additions and 8 deletions

View File

@ -7,5 +7,5 @@ set -e
SCRIPTDIR=$(dirname "${BASH_SOURCE[0]}")
cd "$SCRIPTDIR" || exit 1
docker compose up --build -d
docker compose up -d
docker compose logs -f