Janus/demo/webui/start_docker_environment.sh
2025-01-29 01:33:16 -05:00

13 lines
371 B
Bash

# This command will load a Bash terminal with the same installations as the Docker file
# Useful for debugging the WebUI
docker run -it --rm \
-p 8000:8000 \
-v huggingface:/root/.cache/huggingface \
-v $(pwd)/../..:/app \
-w /app \
--gpus all \
--name deepseek_janus \
-e MODEL_NAME=deepseek-ai/Janus-1.3B \
--entrypoint bash \
julianfl0w/janus:latest