add .env support to build-and-copy.sh
This commit is contained in:
@@ -29,6 +29,10 @@ CONTAINER_NCCL_DEBUG="INFO"
|
||||
CONTAINER_HF_TOKEN="your_huggingface_token_here"
|
||||
CONTAINER_NCCL_IGNORE_CPU_AFFINITY="1"
|
||||
|
||||
# COPY_HOSTS: Comma-separated list of hosts for build-and-copy.sh (optional)
|
||||
# Used by build-and-copy.sh to distribute images across cluster
|
||||
COPY_HOSTS="192.168.177.12"
|
||||
|
||||
# Additional container environment variables
|
||||
# CONTAINER_MAX_JOBS="16"
|
||||
# CONTAINER_CUDA_VISIBLE_DEVICES="0,1"
|
||||
|
||||
Reference in New Issue
Block a user