Please test the process of creating conda environments with this configuration. I've tested it both Windows and Linux and it fails.
Windows
conda env create -f environment.yml
Channels:
Linux
conda env create -f environment.yml
Channels:
- pytorch
- nvidia
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: done
Downloading and Extracting Packages:
Preparing transaction: done
Verifying transaction: failed
CondaVerificationError: The package for pytorch located at /home/robs/.conda/pkgs/pytorch-1.13.0-py3.9_cuda11.6_cudnn8.3.2_0
appears to be corrupted. The path 'lib/python3.9/site-packages/torch/include/ATen/cuda/ApplyGridUtils.cuh'
specified in the package manifest cannot be found.
CondaVerificationError: The package for pytorch located at /home/robs/.conda/pkgs/pytorch-1.13.0-py3.9_cuda11.6_cudnn8.3.2_0
appears to be corrupted. The path 'lib/python3.9/site-packages/torch/include/ATen/cuda/AsmUtils.cuh'
specified in the package manifest cannot be found.
....
SafetyError: The package for pytorch located at /home/robs/.conda/pkgs/pytorch-1.13.0-py3.9_cuda11.6_cudnn8.3.2_0
appears to be corrupted. The path 'lib/python3.9/site-packages/torch/lib/libcudnn_cnn_infer.so.8'
has an incorrect size.
reported size: 810901440 bytes
actual size: 142344192 bytes
ClobberError: This transaction has incompatible packages due to a shared path.
packages: nvidia/linux-64::cuda-cuobjdump-11.6.124-h2eeebcb_0, nvidia/linux-64::cuda-cupti-11.6.124-h86345e5_0, nvidia/linux-64::cuda-cuxxfilt-11.6.124-hecbf4f6_0, nvidia/linux-64::cuda-memcheck-11.8.86-0, nvidia/linux-64::cuda-nsight-11.8.86-0, nvidia/linux-64::cuda-nvcc-11.6.124-hbba6d2d_0, nvidia/linux-64::cuda-nvdisasm-11.8.86-0, nvidia/linux-64::cuda-nvprof-11.8.87-0, nvidia/linux-64::cuda-nvprune-11.6.124-he22ec0a_0, nvidia/linux-64::cuda-nvtx-11.6.124-h0630a44_0, nvidia/linux-64::cuda-sanitizer-api-11.8.86-0, nvidia/linux-64::nsight-compute-2022.3.0.22-0, nvidia/linux-64::cuda-nvvp-11.8.87-0
path: 'LICENSE'
ClobberError: This transaction has incompatible packages due to a shared path.
packages: nvidia/linux-64::libcusparse-11.7.5.86-0, nvidia/linux-64::libcusparse-dev-11.7.5.86-0
path: 'lib/libcusparse.so.11'
ClobberError: This transaction has incompatible packages due to a shared path.
packages: nvidia/linux-64::libcusparse-11.7.5.86-0, nvidia/linux-64::libcusparse-dev-11.7.5.86-0
path: 'lib/libcusparse.so.11.7.5.86'
AT-DDPM/environment.yml
Line 1 in 87057a4
Please test the process of creating conda environments with this configuration. I've tested it both Windows and Linux and it fails.
Windows
conda env create -f environment.yml
Channels:
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
....
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
Linux
conda env create -f environment.yml
Channels:
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: done
Downloading and Extracting Packages:
Preparing transaction: done
Verifying transaction: failed
CondaVerificationError: The package for pytorch located at /home/robs/.conda/pkgs/pytorch-1.13.0-py3.9_cuda11.6_cudnn8.3.2_0
appears to be corrupted. The path 'lib/python3.9/site-packages/torch/include/ATen/cuda/ApplyGridUtils.cuh'
specified in the package manifest cannot be found.
CondaVerificationError: The package for pytorch located at /home/robs/.conda/pkgs/pytorch-1.13.0-py3.9_cuda11.6_cudnn8.3.2_0
appears to be corrupted. The path 'lib/python3.9/site-packages/torch/include/ATen/cuda/AsmUtils.cuh'
specified in the package manifest cannot be found.
....
SafetyError: The package for pytorch located at /home/robs/.conda/pkgs/pytorch-1.13.0-py3.9_cuda11.6_cudnn8.3.2_0
appears to be corrupted. The path 'lib/python3.9/site-packages/torch/lib/libcudnn_cnn_infer.so.8'
has an incorrect size.
reported size: 810901440 bytes
actual size: 142344192 bytes
ClobberError: This transaction has incompatible packages due to a shared path.
packages: nvidia/linux-64::cuda-cuobjdump-11.6.124-h2eeebcb_0, nvidia/linux-64::cuda-cupti-11.6.124-h86345e5_0, nvidia/linux-64::cuda-cuxxfilt-11.6.124-hecbf4f6_0, nvidia/linux-64::cuda-memcheck-11.8.86-0, nvidia/linux-64::cuda-nsight-11.8.86-0, nvidia/linux-64::cuda-nvcc-11.6.124-hbba6d2d_0, nvidia/linux-64::cuda-nvdisasm-11.8.86-0, nvidia/linux-64::cuda-nvprof-11.8.87-0, nvidia/linux-64::cuda-nvprune-11.6.124-he22ec0a_0, nvidia/linux-64::cuda-nvtx-11.6.124-h0630a44_0, nvidia/linux-64::cuda-sanitizer-api-11.8.86-0, nvidia/linux-64::nsight-compute-2022.3.0.22-0, nvidia/linux-64::cuda-nvvp-11.8.87-0
path: 'LICENSE'
ClobberError: This transaction has incompatible packages due to a shared path.
packages: nvidia/linux-64::libcusparse-11.7.5.86-0, nvidia/linux-64::libcusparse-dev-11.7.5.86-0
path: 'lib/libcusparse.so.11'
ClobberError: This transaction has incompatible packages due to a shared path.
packages: nvidia/linux-64::libcusparse-11.7.5.86-0, nvidia/linux-64::libcusparse-dev-11.7.5.86-0
path: 'lib/libcusparse.so.11.7.5.86'