myContainers / diffusion /Dockerfile
TobDeBer
normal files
19822a8
raw
history blame
147 Bytes
FROM debian:bookworm-slim
RUN apt-get update && apt-get upgrade
RUN apt-get install -y git git-lfs pip cmake python3
CMD ["sleep", " infinity"]