Commit a23c9d0a authored by Johan Gudmundsson's avatar Johan Gudmundsson
Browse files

ci: use pip instead of pip3 to avoid library conflicts

parent 2e763331
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ RUN apt update -q && \
    apt install -yq --no-install-recommends \
      curl \
      git && \
    pip3 install torch --index-url https://download.pytorch.org/whl/cpu
    pip install torch --index-url https://download.pytorch.org/whl/cpu

WORKDIR /borch