mirror of
https://github.com/RadeonOpenCompute/ROCm-docker.git
synced 2023-04-23 17:53:00 +03:00
Download the latest version of docker-compose
Add hip volume prepare hip files to be imported into other services Updated readme documentation to reflect changes to setup
This commit is contained in:
@@ -14,6 +14,9 @@ volumes:
|
||||
hcc-lc:
|
||||
external:
|
||||
name: hcc-lc-${HCC_VERSION}
|
||||
hip:
|
||||
external:
|
||||
name: hip-${HCC_VERSION}
|
||||
|
||||
services:
|
||||
# The following are images built from debians downloaded from a package repository
|
||||
@@ -73,6 +76,7 @@ services:
|
||||
container_name: hcc-lc-src
|
||||
volumes:
|
||||
- hcc-lc:${hcc_lc_volume}
|
||||
- hip:/opt/rocm/hip
|
||||
|
||||
# hcc-hsail:
|
||||
# depends_on:
|
||||
|
||||
Reference in New Issue
Block a user