Quickstart
Requirements
Operating System
isciml is designed to work on Unix-based systems. We recommend using:
Ubuntu 20.04 LTS or newer
CentOS 8 or newer
macOS 10.15 (Catalina) or newer
Windows users should consider using Windows Subsystem for Linux (WSL 2) with Ubuntu.
Software Requirements
Docker 20.10 or newer
Singularity 3.5 or newer
Python 3.8 or newer (for any local processing or scripting)
CUDA-capable GPU for optimal performance (CUDA 11.0 or newer)
Hardware Recommendations
CPU: 4+ cores
RAM: 16GB+
Storage: 50GB+ free space
GPU: NVIDIA GPU with at least 8GB VRAM (e.g., NVIDIA RTX 2070 or better)
Installation
Install Docker and Singularity
Before installing isciml, you need to have Docker and Singularity installed on your system. Please follow the official installation guides for your operating system:
Note: Singularity doesn't have native support for macOS. For macOS users, we recommend using a virtual machine with Linux or Docker Desktop with a Linux container.
Install isciml
Once Docker and Singularity are installed, you can proceed with installing isciml:
Pull the latest isciml container image:
This command will create a Singularity Image File (SIF) named isciml.sif
in your current directory.
Verify the installation by running:
This should display the help information for isciml.
First Steps
After installation, you can start using isciml. Here's a basic workflow:
Generate models:
Generate data:
Train a model:
Run inference:
Replace [OPTIONS]
with the appropriate options for your use case. Refer to the documentation for each subcommand for detailed information on available options.
Tips
Regularly check for updates to the isciml container and update your local image:
When working with large datasets or complex models, consider using a machine with more RAM and a powerful GPU.
For production environments, consider setting up a dedicated server or using cloud computing resources with GPU support.
Troubleshooting
If you encounter any issues:
Ensure your Docker and Singularity installations are up to date.
Check that your system meets the minimum requirements.
Verify that you're using the correct syntax for Singularity commands.
Consult the isciml documentation or reach out to the support channels provided by the isciml developers.
For more detailed information on using isciml, refer to the full documentation for each subcommand.
Last updated