Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ydye committed Jan 16, 2019
1 parent ce0510f commit fad4de7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rest-server/src/templates/yarnContainerScript.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,7 @@ docker run --name $docker_name \
--cap-add=SYS_ADMIN \
--network=host \
--cpus={{ taskData.cpuNumber }} \
{{^ azRDMA }}
--memory={{ taskData.memoryMB }}m \
{{/ azRDMA }}
--shm-size={{ taskData.shmMB }}m \
$nvidia_devices \
--device=/dev/fuse \
Expand All @@ -275,7 +273,6 @@ docker run --name $docker_name \
--device=/dev/infiniband/rdma_cm \
--device=/dev/infiniband/uverbs0 \
--ulimit memlock=-1 \
--ulimit nofile=256 \
{{/ azRDMA }}
--volume $container_local_dir/$alive_dir:/alive \
--volume $container_local_dir/$alive_dir/yarn_$CONTAINER_ID:/alive/yarn_$CONTAINER_ID:ro \
Expand Down

0 comments on commit fad4de7

Please sign in to comment.