DeepSeek-v4-Flash-DSpark-2x-DGX-Spark

(★ 865)

DeepSeek-v4-Flash 0731 recipe for 2x DGX Sparks

File Explorer

  • .env.dspark.example
  • .gitignore
  • AUDIT.md
  • build-dspark-vllm-runtime.sh
  • CHANGELOG.md
  • CREDITS.md
  • docker-compose.dspark.yml
  • docker-compose.stage-c.override.yml
  • docker-compose.vl-sidecar.yml
  • Dockerfile.gb10-dsv4-dspark
  • image.png
  • LICENSE
  • logs-deepseek-v4-flash-dspark.sh
  • pi-models.dspark.example.json
  • prepare-dspark-model-cache.sh
  • README.md
  • smoke-deepseek-v4-flash-dspark.sh
  • start-deepseek-v4-flash-dspark.sh
  • status-deepseek-v4-flash-dspark.sh
  • stop-deepseek-v4-flash-dspark.sh
  • validate-dspark-config.sh

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

docker image

View Details ▼

Manage Docker images.
See also: `docker build`, `docker image pull`, `docker image rm`.

docker {{[images|image ls]}}

List local Docker images:

docker image prune

Delete unused local Docker images:

docker image prune {{[-a|--all]}}

Delete all unused images (not just those without a tag):

🔍

docker pull

View Details ▼

This command is an alias of `docker image pull`.

tldr docker image pull

View documentation for the original command:

🔍

python3

View Details ▼

This command is an alias of `python`.

tldr python

View documentation for the original command:

// repository documentation