asterinas / trustflow-teeapps

TeeApps contain a general framework for developing TEE applications and various application implementations used in federated AI/BI.
Apache License 2.0
12 stars 3 forks source link

fix: use fstream to copy file cross mount dir #3

Closed zhongtianq closed 11 months ago

zhongtianq commented 11 months ago

std::filesystem::copy won't work when copy file to a mounted dir in docker 24.0.6 use fstream to copy result file instead