Skip to content

Commit eadb475

Browse files
committed
Remove scratch.local mount
1 parent 907cecc commit eadb475

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

htcdaskgateway/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
__version_tuple__: VERSION_TUPLE
1818
version_tuple: VERSION_TUPLE
1919

20-
__version__ = version = '1.0.5.dev1+g64977da.d20250709'
21-
__version_tuple__ = version_tuple = (1, 0, 5, 'dev1', 'g64977da.d20250709')
20+
__version__ = version = '1.0.5.dev3+gf1d34f4'
21+
__version_tuple__ = version_tuple = (1, 0, 5, 'dev3', 'gf1d34f4')

htcdaskgateway/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def scale_batch_workers(self, n):
124124
worker_space_dir=${PWD}/dask-worker-space/$2
125125
mkdir -p $worker_space_dir
126126
hostname -i
127-
/usr/bin/apptainer exec --bind /scratch --bind /projects --bind scratch.local \
127+
/usr/bin/apptainer exec --bind /scratch --bind /projects \
128128
--env DASK_LOGGING__DISTRIBUTED=info \
129129
--env DASK_GATEWAY_CLUSTER_NAME=$1 \
130130
--env DASK_GATEWAY_WORKER_NAME=$2 \

0 commit comments

Comments
 (0)