Skip to content

Commit

Permalink
Don't upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jul 9, 2024
1 parent 3aff7c7 commit aa0598c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.torchsig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa0598c

Please sign in to comment.