diff --git a/docs/environment/conda.md b/docs/environment/conda.md index 137b8081..5cfa54c4 100644 --- a/docs/environment/conda.md +++ b/docs/environment/conda.md @@ -108,7 +108,7 @@ micromamba install ``` all the required packages. Quite often, the channel name must also be specified: ```bash -micromamba install --chanell +micromamba install --chanel ``` Packages can be found by searching the [conda-forge channel](https://anaconda.org/conda-forge). diff --git a/docs/jobs/gpu.md b/docs/jobs/gpu.md index 14a3bcf9..86287471 100644 --- a/docs/jobs/gpu.md +++ b/docs/jobs/gpu.md @@ -29,7 +29,7 @@ Thus your typical GPU launcher would match the [AI/DL launcher](../slurm/launche #SBATCH --time=0-04:00:00 ### Submit to the `gpu` partition of Iris -#SBATCH --parition=gpu +#SBATCH --partition=gpu #SBATCH --qos=normal print_error_and_exit() { echo "***ERROR*** $*"; exit 1; }