intel / ai-reference-models

Intel® AI Reference Models: contains Intel optimizations for running deep learning workloads on Intel® Xeon® Scalable processors and Intel® Data Center GPUs
Apache License 2.0
683 stars 220 forks source link

DOCKER variable should be set to "False" #144

Open gshimansky opened 1 year ago

gshimansky commented 1 year ago

In this line DOCKER variable is set to an empty string but later it is compared with "False" string here. If DOCKER is empty string then bare metal openmpi case cannot work and because of that PYTHONPATH variable is not transferred to MPI workers which makes them fail because they cannot find necessary python packages.

sramakintel commented 7 months ago

@gshimansky do you still need help with this ticket?

gshimansky commented 7 months ago

No I don't work with these scripts any more. If you accepted my help and integrated the fix into your scripts then you can close this issue.