Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading