t2i / Dockerfile
yassinovich's picture
Update Dockerfile
65c1b54 verified
Raw
History Blame Contribute Delete
282 Bytes
# Use the model image directly
FROM bytez/multimodalart_flux.1-dev2pro-full
# Set your API key
ENV KEY=77c4e9036ecdfdff6cafbb39a84130d1
ENV PORT=7860
# Expose the port required by HF Spaces
EXPOSE 7860
# Run the image's default entrypoint (the server starts automatically)
CMD []