Skip to content

Commit

Permalink
i cant type words
Browse files Browse the repository at this point in the history
  • Loading branch information
neggles committed Apr 19, 2024
1 parent f01a036 commit 943eb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 943eb28

Please sign in to comment.