TobDeBer
commited on
Commit
•
2c6f446
1
Parent(s):
a3d2829
add mesa
Browse files- diffusion/Dockerfile +1 -1
diffusion/Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM debian:bookworm-slim
|
2 |
|
3 |
RUN apt-get update
|
4 |
-
RUN apt-get install -y git pip libgl1-mesa-dev libglib2.0-0
|
5 |
RUN pip install --break-system-packages git+https://github.com/huggingface/diffusers.git torch xformers torchvision pipeline transformers accelerate safetensors sentencepiece spaces beautifulsoup4 ftfy peft protobuf invisible_watermark
|
6 |
|
7 |
CMD ["sleep", " infinity"]
|
|
|
1 |
FROM debian:bookworm-slim
|
2 |
|
3 |
RUN apt-get update
|
4 |
+
RUN apt-get install -y git pip libgl1-mesa-dev libglib2.0-0 libgl1-mesa-glx libgtk-3-dev
|
5 |
RUN pip install --break-system-packages git+https://github.com/huggingface/diffusers.git torch xformers torchvision pipeline transformers accelerate safetensors sentencepiece spaces beautifulsoup4 ftfy peft protobuf invisible_watermark
|
6 |
|
7 |
CMD ["sleep", " infinity"]
|