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): - -
- - -
- -
- - -
""" rtemplate = Environment(loader=BaseLoader).from_string(form_options) return rtemplate.render(**defaults) diff --git a/requirements.txt b/requirements.txt index 607c136..54b5793 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ batchspawner -jupyter-rsession-proxy datasize humanize boto3