KatherLab / swarm-learning-hpe

Experimental repo for Odelia project based on HPE platform. This repo contains multiple models for histopathology and radiology training.
MIT License
12 stars 1 forks source link

Verify couldn't find data after building image problem #13

Open Ultimate-Storm opened 1 year ago

Ultimate-Storm commented 1 year ago

Check privatedata in swop.yaml, is the data dir mounted to the container through this file? Option: copy data dir to volume, then copy to user image when building(bad choice)

Ultimate-Storm commented 1 year ago

only need to direct to the path in user_env_build.yaml scratchDir = os.getenv('SCRATCH_DIR', '/platform/scratch') # ! dataDir = os.getenv('DATA_DIR', '/platform/data')

Data dir will be mounted here