diff --git a/docker/Dockerfile.torchsig b/docker/Dockerfile.torchsig index 0f93521a..0f3aba76 100644 --- a/docker/Dockerfile.torchsig +++ b/docker/Dockerfile.torchsig @@ -3,7 +3,7 @@ WORKDIR /root ENV DEBIAN_FRONTEND=noninteractive WORKDIR /root/.config/pip COPY pip.conf pip.conf -RUN apt-get update && apt-get install -y --no-install-recommends build-essential ca-certificates cmake git python3-pip python3-dev && pip install -U pip +RUN apt-get update && apt-get install -y --no-install-recommends build-essential ca-certificates cmake git python3-pip python3-dev # Cause torch CPU only to be installed, no cuda dependencies RUN pip install torch --extra-index-url https://download.pytorch.org/whl/cpu RUN git clone https://github.com/TorchDSP/torchsig -b v0.4.1