Skip to content

Commit 9901c16

Browse files
committed
Add output/data to directories when running training.
1 parent 301ea7a commit 9901c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/local/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def _generate_compose_file(self, command, additional_volumes=None, additional_en
388388
environment.extend(additional_env_vars)
389389

390390
if command == 'train':
391-
optml_dirs = {'output', 'input'}
391+
optml_dirs = {'output', 'output/data', 'input'}
392392

393393
services = {
394394
h: self._create_docker_host(h, environment, optml_dirs,

0 commit comments

Comments
 (0)