mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-29 03:30:52 +00:00
work around ucx in rocm ci Dockerfile (#9360)
This commit is contained in:
parent
11f0081c1e
commit
3e879aab6b
1 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,13 @@ FROM rocm/pytorch:rocm4.3.1_ubuntu18.04_py3.6_pytorch_1.9.0
|
|||
|
||||
WORKDIR /stage
|
||||
|
||||
# from rocm/pytorch's image, work around ucx's dlopen replacement conflicting with shared provider
|
||||
RUN cd /opt/mpi_install/ucx/build &&\
|
||||
make clean &&\
|
||||
../contrib/configure-release --prefix=/opt/ucx --without-rocm &&\
|
||||
make -j $(nproc) &&\
|
||||
make install
|
||||
|
||||
# rocm-ci branch contains instrumentation needed for loss curves and perf
|
||||
RUN git clone https://github.com/microsoft/huggingface-transformers.git &&\
|
||||
cd huggingface-transformers &&\
|
||||
|
|
|
|||
Loading…
Reference in a new issue