minor fix
This commit is contained in:
@@ -16,9 +16,10 @@ RUN apt update && apt install -y \
|
||||
sox \
|
||||
libsox-dev
|
||||
|
||||
# 2. Clone and build the torchaudio
|
||||
RUN git clone -b main https://github.com/pytorch/audio.git && \
|
||||
cd audio && \
|
||||
# 2. Clone and build the torchaudio stable
|
||||
RUN wget https://github.com/pytorch/audio/archive/refs/tags/v2.11.0.tar.gz && \
|
||||
tar -xf v2.11.0.tar.gz && \
|
||||
cd audio-2.11.0 && \
|
||||
pip install --no-build-isolation --no-deps -v .
|
||||
|
||||
# Set working directory
|
||||
|
||||
Reference in New Issue
Block a user