diff --git a/balsam/config/defaults/alcf_thetagpu/job-template.sh b/balsam/config/defaults/alcf_thetagpu/job-template.sh index 64d77eac..3dedee37 100644 --- a/balsam/config/defaults/alcf_thetagpu/job-template.sh +++ b/balsam/config/defaults/alcf_thetagpu/job-template.sh @@ -3,7 +3,7 @@ #COBALT -n {{ num_nodes }} #COBALT -q {{ queue }} #COBALT -t {{ wall_time_min }} -#COBALT --attrs pubnet=true:enable_ssh=1:filesystems=home,grand,eagle,theta-fs0:{% if optional_params.get("mig_count") %}mig-mode=true{% endif %} +#COBALT --attrs pubnet=true:enable_ssh=1:filesystems=home,grand,eagle,theta-fs0{% if optional_params.get("mig_count") %}:mig-mode=true{% endif %} export https_proxy=http://theta-proxy.tmi.alcf.anl.gov:3128 diff --git a/requirements/deploy.txt b/requirements/deploy.txt index bce28e09..0a65693a 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -12,6 +12,8 @@ alembic==1.8.1 SQLAlchemy==1.4.41 aredis==1.1.8 redis==4.3.4 +starlette==0.19.1 +anyio==3.7.1 # Duplicated from setup.cfg (but pinned) PyYAML==6.0