From 943eb285dc652290f38b7fd6683c9d6a93bf869a Mon Sep 17 00:00:00 2001 From: Andrew Powers-Holmes Date: Sat, 20 Apr 2024 00:48:16 +1000 Subject: [PATCH] i cant type words --- docker/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/base/Dockerfile b/docker/base/Dockerfile index 1bf95a5..8831fdd 100644 --- a/docker/base/Dockerfile +++ b/docker/base/Dockerfile @@ -149,7 +149,7 @@ RUN echo "Creating pip constraint at /etc/pip/constraints.txt to lock PyTorch mo && python -m pip freeze | grep -E '(^torch|triton|xformers)' | tee /etc/pip/constraints.txt \ && echo "Adding constraint file to config in /etc/pip.conf" \ && echo -e "[global]\nconstraint = /etc/pip/constraints.txt" | tee /etc/pip.conf -ENV PIP_CONSTRAINT=/etc/pip/constraint.txt +ENV PIP_CONSTRAINT=/etc/pip/constraints.txt # do a little entrypoint setup WORKDIR /workspace