This is a Docker image that runs the DeepSeek Janus model as an API (FastAPI).
1.6K
After installing Docker and NVIDIA Container Runtime on your machine, run the following
在你的机器上安装 Docker 和 NVIDIA Container Runtime 后,运行以下命令
docker run -it --rm \
-p 8000:8000 \
-d \
-v huggingface:/root/.cache/huggingface \
-w /app \
-e MODEL_NAME=deepseek-ai/Janus-1.3B \
--gpus all \
--name janus \
julianfl0w/janus:latest
You can make sure its running by navigating to
打开浏览器并访问
http://localhost:8000/docs
or,
或者,
docker logs janus
Content type
Image
Digest
sha256:713978d8b…
Size
3.5 GB
Last updated
over 1 year ago
docker pull julianfl0w/janus