mirror of
https://github.com/RadeonOpenCompute/ROCm-docker.git
synced 2023-04-23 17:53:00 +03:00
update the script location in dockerfile
This commit is contained in:
@@ -4,7 +4,7 @@ FROM ${base_image}
|
||||
|
||||
MAINTAINER Peng Sun <peng.sun@amd.com>
|
||||
|
||||
COPY ../scripts/compatibility-check.sh /opt/rocm/bin/rocm-compatibility-test.sh
|
||||
COPY scripts/compatibility-check.sh /opt/rocm/bin/rocm-compatibility-test.sh
|
||||
RUN chmod a+x /opt/rocm/bin/rocm-compatibility-test.sh
|
||||
ENTRYPOINT ["/opt/rocm/bin/rocm-compatibility-test.sh"]
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@ FROM ${base_image}
|
||||
|
||||
MAINTAINER Peng Sun <peng.sun@amd.com>
|
||||
|
||||
COPY ../scripts/compatibility-check.sh /opt/rocm/bin/rocm-compatibility-test.sh
|
||||
RUN chmod a+x /opt/rocm/bin/rocm-compatibility-test.sh
|
||||
COPY scripts/compatibility-check.sh /opt/rocm/bin/rocm-compatibility-test.sh
|
||||
RUN sudo chmod a+x /opt/rocm/bin/rocm-compatibility-test.sh
|
||||
ENTRYPOINT ["/opt/rocm/bin/rocm-compatibility-test.sh"]
|
||||
|
||||
# Default to a login shell
|
||||
|
||||
Reference in New Issue
Block a user