Skip to content

Commit

Permalink
root
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jul 9, 2024
1 parent aa0598c commit ab5c76f
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
@@ -1,8 +1,8 @@
FROM ubuntu:24.04 AS torchsig-builder
WORKDIR /root
ENV DEBIAN_FRONTEND=noninteractive
WORKDIR /root/.config/pip
COPY pip.conf pip.conf
WORKDIR /root
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
Expand Down

0 comments on commit ab5c76f

Please sign in to comment.