mirror of
https://github.com/BillyOutlast/rocm-automated.git
synced 2026-02-04 03:51:19 +01:00
more dockr fixes
This commit is contained in:
4
build.sh
4
build.sh
@@ -46,8 +46,8 @@ if ! command -v docker &> /dev/null; then
|
||||
fi
|
||||
|
||||
print_step "Building Fedora ROCm 7.1 base image..."
|
||||
echo -e "${YELLOW}Command: docker build -t ${FEDORA_IMAGE}:latest -f ${Dockerfiles_DIR}/Dockerfile.rocm-7.1${NC}"
|
||||
if docker build -t "${FEDORA_IMAGE}:latest" -f "${Dockerfiles_DIR}/Dockerfile.rocm-7.1"; then
|
||||
echo -e "${YELLOW}Command: docker build -t ${FEDORA_IMAGE}:latest -f ${Dockerfiles_DIR}/Dockerfile.rocm-7.1 .${NC}"
|
||||
if docker build -t "${FEDORA_IMAGE}:latest" -f "${Dockerfiles_DIR}/Dockerfile.rocm-7.1" .; then
|
||||
print_success "Fedora ROCm 7.1 image built successfully"
|
||||
else
|
||||
print_error "Failed to build Fedora ROCm 7.1 image"
|
||||
|
||||
Reference in New Issue
Block a user