Darwin-36B-Opus-VKAE / Dockerfile
SeaWolf-AI's picture
Add Docker run files (Dockerfile, compose, run script)
efda0eb verified
Raw
History Blame Contribute Delete
608 Bytes
# Darwin-36B-Opus — VKAE Accelerated
# The model weights + VKAE-accelerated serving runtime are ALREADY bundled in the
# prebuilt image below. You normally do not need to build anything — just pull & run:
#
# docker pull vidraft/darwin36-vkae:281
# docker run --gpus all -p 8000:8000 vidraft/darwin36-vkae:281
#
# This Dockerfile is only an extension point (add your own layers on top).
# The VKAE acceleration recipe is proprietary and is not distributed in source form.
FROM vidraft/darwin36-vkae:281
# OpenAI-compatible API on port 8000 (entrypoint is baked into the base image).
EXPOSE 8000