torchani223-mamba141-ase322#

TorchANI + ASE#

TorchANI is a software package based on PyTorch and offers a family of (second-generation) ANI neural network potentials. Supported potentials include ANI-1, ANI-1x, ANI-1ccx and ANI-2x.

Source Specifications#

MolSSI Container Hub Specifications#

  • Image pull command:

    docker pull molssi/torchani223-mamba141-ase322:latest
    
  • Container run command:

    docker run -it --name torchani -v $(pwd):/home molssi/torchani223-mamba141-ase322:latest /bin/bash
    

Note

By default, the -v $(pwd):/home option mounts the current working directory to /home in your running container. Doing so, the contents of your current working directory become available in your running container. If you do not wish this to happen, you may simply remove or change this option. For NVIDIA GPU support with nvidia containers, add the --runtime nvidia --gpus all flags to the previous container run command and then run nvidia-smi to make sure all available GPUs on the docker host are visible inside the docker container.

Image Specifications#

  • OS/Arch: debian:bullseye-slim (linux/amd64)

  • Users (UID): root (0)

  • Groups (GID): root (0)

  • Environment variables:

    • CONDA_PREFIX: /opt/conda

    • PATH: ${CONDA_PREFIX}/bin:$PATH

  • Volumes: None

  • Network: None

  • Extras:

    • Added directories: None

    • Important packages installed: ase 3.22.1, mamba 1.4.1, matplotlib, numpy, scipy, pytorch-cuda 11.7, torchaudio 2.0.2, torchvision 0.15.2