Update xformers and torch.

This commit is contained in:
hodanov
2023-11-03 17:33:42 +09:00
parent 1f0e5d58eb
commit 19bcf71892
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.12.0
FROM python:3.11.3-slim-bullseye
COPY ./requirements.txt /
RUN apt-get update \
&& apt-get install wget libgl1-mesa-glx libglib2.0-0 --no-install-recommends -y \