Commit 0d38f5d4 authored by Dimitris Bounias's avatar Dimitris Bounias
Browse files

Remove torchaudio dep

parent c9f47613
...@@ -34,7 +34,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get install - ...@@ -34,7 +34,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get install -
ninja-build ninja-build
RUN pip install numpy RUN pip install numpy
RUN pip install torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html --no-deps
# Install own code # Install own code
COPY ./requirements.txt . COPY ./requirements.txt .
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment