8000 Merge pull request #764 from ROCmSoftwarePlatform/develop-upstream-de… · darkbuck/tensorflow@9567cdd · GitHub
[go: up one dir, main page]

Skip to content

Commit 9567cdd

Browse files
authored
Merge pull request tensorflow#764 from ROCmSoftwarePlatform/develop-upstream-deven-switch-to-rocm30
Switching from ROCm 2.8 to ROCm 3.0
2 parents 024c374 + c72ecde commit 9567cdd

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

tensorflow/tools/ci_build/Dockerfile.rocm

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM ubuntu:xenial
44
MAINTAINER Jeff Poznanovic <jeffrey.poznanovic@amd.com>
55

6-
ARG DEB_ROCM_REPO=http://repo.radeon.com/rocm/apt/2.8.0/
6+
ARG DEB_ROCM_REPO=http://repo.radeon.com/rocm/apt/3.0/
77
ARG ROCM_PATH=/opt/rocm
88

99
ENV DEBIAN_FRONTEND noninteractive
@@ -62,14 +62,6 @@ RUN apt-get update --allow-insecure-repositories && \
6262
apt-get clean && \
6363
rm -rf /var/lib/apt/lists/*
6464

65-
# Temporary workaround for HIP runtime: https://github.com/ROCm-Developer-Tools/HIP/pull/1464
66-
# The debian packages are based on rocm2.8. Need to manually update when we bump ROCm
67-
RUN wget https://www.dropbox.com/s/i9vro42u59h1768/hip_base-2.8.19386.4040-35e68f-amd64.deb && dpkg -i hip_base*.deb
68-
RUN wget https://www.dropbox.com/s/b2uh80ng6ahsej5/hip_hcc-2.8.19386.4040-35e68f-amd64.deb && dpkg -i hip_hcc*.deb
69-
RUN wget https://www.dropbox.com/s/ti2clu8lc8vyxcj/hip_doc-2.8.19386.4040-35e68f-amd64.deb && dpkg -i hip_doc*.deb
70-
RUN wget https://www.dropbox.com/s/z64fscz4kwc5jjh/hip_samples-2.8.19386.4040-35e68f-amd64.deb && dpkg -i hip_samples*.deb
71-
RUN rm hip_*.deb
72-
7365
# Set up paths
7466
ENV HCC_HOME=$ROCM_PATH/hcc
7567
ENV HIP_PATH=$ROCM_PATH/hip
@@ -81,9 +73,6 @@ ENV PATH="$OPENCL_ROOT/bin:${PATH}"
8173
# Add target file to help determine which device(s) to build for
8274
RUN bash -c 'echo -e "gfx803\ngfx900\ngfx906" >> /opt/rocm/bin/target.lst'
8375

84-
RUN wget https://www.dropbox.com/s/8iopc9wxm9ej8tb/MIOpen-HIP-2.2.0.7579-21d8ae2-Linux.deb && dpkg -i MIOpen*.deb
85-
RUN rm MIOpen*.deb
86-
8776
# Copy and run the install scripts.
8877
COPY install/*.sh /install/
8978
ARG DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)
0