NVIDIA
NVIDIA
PyTorch
Container
NVIDIA
NVIDIA
PyTorch

PyTorch is a GPU accelerated tensor computational framework. Functionality can be extended with common Python libraries such as NumPy and SciPy. Automatic differentiation is done with a tape-based system at the functional and neural network layer levels.

LayerLabelCreated
f8957b2f96bc0024a39f49b4d4da4ef3db9f20285a3f4446555eb396a4700084CONFIG
Entrypoint /opt/nvidia/nvidia_entrypoint.sh; WorkingDir /workspace; ExposedPorts 6006/tcp, 8888/tcp
10/17/2025 2:16 AM UTC
f3e96df0f48099bffec821124195c59bc4343b363f44976bb66c1cd2872fe91dARG
NVIDIA_BUILD_REF=b3a219ee36b8fb6bf33353e548d995ed552ccbfa
10/17/2025 2:16 AM UTC
dcde366d0b86f67c945aaf39974cd951bec7ec4d8f5f2c0575bc3100a13f9cd4LABEL
com.nvidia.build.id=222058776
10/17/2025 2:16 AM UTC
9fff33d17bb2a173ee1520c962183bc24e854f9e30dd974fae4231ca644006f2ENV
NVIDIA_BUILD_ID=222058776
10/17/2025 2:16 AM UTC
b4a9370cd94f63bcd1fc73f2ec20e7a22aed85a1804288070ad7ea2701e3d941ARG
NVIDIA_BUILD_ID=222058776
10/17/2025 2:16 AM UTC
764ab55755eef734fe777e9ee528a12888aafd340f176399e57e308ce8ffc610RUN
NVIDIA_PYTORCH_VERSION=25.10 PYTORCH_BUILD_VERSION=2.9.0a0+145a3a7 NVFUSER_BUILD_VERSION=ed11f2b TARGETARCH=arm64 PYVER=3.12 L4T=1 ENABLE_MITMPROXY=0 DALI_EXTRA_INDEX_URL=http://sqrl/nvdl/datasets/dali/pip-dali cd /opt/pytorch/pytorch/ &&
  sed -i "s#    if (props.computeMode != cudaComputeModeDefault) {#    int computeMode = -1;\n    TP_CUDA_CHECK(cudaDeviceGetAttribute(\&computeMode, cudaDevAttrComputeMode, device.index));\n    if (computeMode != cudaComputeModeDefault) {#g" ./third_party/tensorpipe/tensorpipe/channel/cuda_ipc/context_impl.cc &&
  cd -
10/17/2025 2:16 AM UTC
71ed2fee07368061546dd0e11867b82fc4fab76fb97573f3d62e1a1d36029317COPY
entrypoint.d/ /opt/nvidia/entrypoint.d/
10/17/2025 2:16 AM UTC
dce7fabe7b6ccde9d883c19970ad5b5db67a5e48c01c6e3d1d5d8eff1d3012e7COPY
constraint.txt /etc/pip/original_constraint.txt
10/17/2025 2:16 AM UTC
fb455b4249fd3270dded703fff331a6b3cabdd6d27e2ac0cf75706bdaaeb058eCOPY
restricted_constraint.txt /etc/pip/constraint.txt
10/17/2025 2:16 AM UTC
c8524255dc6ddf4234fd14899afa1335c60d5c158884baa15625dfca7a10cd47RUN
NVIDIA_PYTORCH_VERSION=25.10 PYTORCH_BUILD_VERSION=2.9.0a0+145a3a7 NVFUSER_BUILD_VERSION=ed11f2b TARGETARCH=arm64 PYVER=3.12 L4T=1 ENABLE_MITMPROXY=0 DALI_EXTRA_INDEX_URL=http://sqrl/nvdl/datasets/dali/pip-dali ln -sf ${_CUDA_COMPAT_PATH}/lib.real ${_CUDA_COMPAT_PATH}/lib &&
  echo ${_CUDA_COMPAT_PATH}/lib > /etc/ld.so.conf.d/00-cuda-compat.conf &&
  ldconfig &&
  rm -f ${_CUDA_COMPAT_PATH}/lib
10/17/2025 2:16 AM UTC
...