We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2badae commit b0ab6e2Copy full SHA for b0ab6e2
1 file changed
src/mltoolbox/base/scripts/ray-init.sh
@@ -54,9 +54,3 @@ ray start --address=${RAY_CONNECT_ADDRESS} \
54
--node-ip-address=localhost
55
56
echo "🔗 Container ${CONTAINER_ID} registered with Ray cluster with ${NUM_GPUS} GPUs"
57
-
58
-# Register container in shared directory for distributed blocking approach
59
-SHARED_DIR=${SHARED_DIR:-"/shared"}
60
-mkdir -p ${SHARED_DIR}
61
-echo ${CONTAINER_ID} >> ${SHARED_DIR}/container_list.txt
62
-echo "📝 Registered container in ${SHARED_DIR}/container_list.txt for distributed scheduling"
0 commit comments