File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
tensorflow/tools/ci_build Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 3
3
FROM ubuntu:xenial
4
4
MAINTAINER Jeff Poznanovic <jeffrey.poznanovic@amd.com>
5
5
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/
7
7
ARG ROCM_PATH=/opt/rocm
8
8
9
9
ENV DEBIAN_FRONTEND noninteractive
@@ -62,14 +62,6 @@ RUN apt-get update --allow-insecure-repositories && \
62
62
apt-get clean && \
63
63
rm -rf /var/lib/apt/lists/*
64
64
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
-
73
65
# Set up paths
74
66
ENV HCC_HOME=$ROCM_PATH/hcc
75
67
ENV HIP_PATH=$ROCM_PATH/hip
@@ -81,9 +73,6 @@ ENV PATH="$OPENCL_ROOT/bin:${PATH}"
81
73
# Add target file to help determine which device(s) to build for
82
74
RUN bash -c 'echo -e "gfx803\ngfx900\ngfx906" >> /opt/rocm/bin/target.lst'
83
75
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
-
87
76
# Copy and run the install scripts.
88
77
COPY install/*.sh /install/
89
78
ARG DEBIAN_FRONTEND=noninteractive
You can’t perform that action at this time.
0 commit comments