mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-22 01:53:53 +00:00
chore: Regenerate all playbooks
This commit is contained in:
parent
fc2e7847da
commit
8a12782b17
@ -50,10 +50,12 @@ Each playbook includes prerequisites, step-by-step instructions, troubleshooting
|
||||
|
||||
## Resources
|
||||
|
||||
- **Documentation**: https://docs.nvidia.com/dgx/dgx-spark/
|
||||
- **Documentation**: https://www.nvidia.com/en-us/products/workstations/dgx-spark/
|
||||
- **Developer Forum**: https://forums.developer.nvidia.com/c/accelerated-computing/dgx-spark-gb10
|
||||
- **Terms of Service**: https://www.nvidia.com/en-us/agreements/enterprise-software/product-specific-terms-for-ai-products/
|
||||
- **Terms of Service**: https://assets.ngc.nvidia.com/products/api-catalog/legal/NVIDIA%20API%20Trial%20Terms%20of%20Service.pdf
|
||||
|
||||
## License
|
||||
|
||||
See:
|
||||
- [LICENSE](LICENSE) for licensing information.
|
||||
- [LICENSE-3rd-party](LICENSE-3rd-party) for third-party licensing information.
|
||||
@ -24,7 +24,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
#
|
||||
# Author: William Benton <wbention@nvidia.com>
|
||||
# Author: William Benton <wbenton@nvidia.com>
|
||||
|
||||
import marimo
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
#
|
||||
# Author: William Benton <wbention@nvidia.com>
|
||||
# Author: William Benton <wbenton@nvidia.com>
|
||||
|
||||
|
||||
FROM nvidia/cuda:13.0.1-runtime-ubuntu24.04
|
||||
@ -26,7 +26,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN uv init --python 3.12 && uv venv && uv pip install "marimo==[0.16.5]" && uv pip install "jax[cuda13]==0.7.2" && uv pip install "numpy==2.3.3" && uv pip install "plotly==6.3.0" && uv pip install "opencv-python-headless==4.12.0.88" && uv pip install "tqdm==4.67.1"
|
||||
RUN uv init --python 3.12 && uv venv && uv pip install "marimo==0.16.5" && uv pip install "jax[cuda13]==0.7.2" && uv pip install "numpy==2.3.3" && uv pip install "plotly==6.3.0" && uv pip install "opencv-python-headless==4.12.0.88" && uv pip install "tqdm==4.67.1"
|
||||
|
||||
COPY *.py *.mp4 /app
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
#
|
||||
# Author: William Benton <wbention@nvidia.com>
|
||||
# Author: William Benton <wbenton@nvidia.com>
|
||||
|
||||
import marimo
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
#
|
||||
# Author: William Benton <wbention@nvidia.com>
|
||||
# Author: William Benton <wbenton@nvidia.com>
|
||||
|
||||
|
||||
import marimo
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
#
|
||||
# Author: William Benton <wbention@nvidia.com>
|
||||
# Author: William Benton <wbenton@nvidia.com>
|
||||
|
||||
import marimo
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user