wan2-api / Dockerfile
abrahamdw882's picture
Create Dockerfile
4854058 verified
raw
history blame contribute delete
173 Bytes
RUN apt-get update && apt-get install -y curl \
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y nodejs \
&& npm install -g gguf-node