diff --git a/aws_pcluster_slurm_spawner/aws_pcluster_slurm_spawner.py b/aws_pcluster_slurm_spawner/aws_pcluster_slurm_spawner.py index eb0428e..d44d6d0 100644 --- a/aws_pcluster_slurm_spawner/aws_pcluster_slurm_spawner.py +++ b/aws_pcluster_slurm_spawner/aws_pcluster_slurm_spawner.py @@ -43,12 +43,6 @@ class PClusterSlurmSpawner(batchspawner.SlurmSpawner): {{prologue}} -# Custom R -{% if req_custom_r %}export PATH="{{req_custom_r}}:$PATH"{% endif %} - -# Custom Env -{% if req_custom_env %}{{req_custom_env}}{% endif %} - which jupyterhub-singleuser {% if srun %}{{srun}} {% endif %}{{cmd}} echo "jupyterhub-singleuser ended gracefully" @@ -398,18 +392,6 @@ def _options_form_default(self): - -