Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
TobDeBer
/
myContainers
like
0
GGUF
llama-cpp
gguf-my-repo
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
Deploy
Use this model
c7050ab
myContainers
/
diffusion
/
Dockerfile
TobDeBer
normal files
19822a8
2 months ago
raw
Copy download link
history
blame
Safe
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"
]