This commit is contained in:
@@ -35,7 +35,8 @@ WORKDIR /builder
|
||||
RUN git clone --depth 1 https://github.com/pytorch/audio.git && \
|
||||
cd audio && \
|
||||
git submodule update --init --recursive && \
|
||||
CC=gcc CXX=g++ BUILD_ROCM=1 python3 setup.py install --break-system-packages && \
|
||||
export PIP_BREAK_SYSTEM_PACKAGES=1 && \
|
||||
CC=gcc CXX=g++ BUILD_ROCM=1 python3 setup.py install && \
|
||||
cd .. && rm -rf audio
|
||||
|
||||
FROM torch-audio AS runner
|
||||
|
||||
Reference in New Issue
Block a user