Skip to content

Commit

Permalink
load lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Yadan Wei committed Nov 27, 2024
1 parent 913cb63 commit 823b000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dlc_tests/ec2/test_efa.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_efa_tensorflow(
run_cmd_on_container(
MASTER_CONTAINER_NAME,
master_connection,
f"export CUDA_HOME='/usr/local/cuda' {EFA_INTEGRATION_TEST_CMD} {HOSTS_FILE_LOCATION} {number_of_nodes}",
f"export CUDA_HOME='/usr/local/cuda'; export LD_LIBRARY_PATH=$CUDA_HOME/lib64:$LD_LIBRARY_PATH; {EFA_INTEGRATION_TEST_CMD} {HOSTS_FILE_LOCATION} {number_of_nodes}",
hide=False,
timeout=DEFAULT_EFA_TIMEOUT,
)
Expand Down

0 comments on commit 823b000

Please sign in to comment.