AWS Batch extract tar.gz file to /opt/ml/model fails with OSError: [Errno 30] Read-only file system

后端 未结 0 938
别跟我提以往
别跟我提以往 2021-02-07 16:23

We have python code which does the following inside a docker container

import boto3
import tarfile


s3 = boto3.client(\'s3\')

s3.download_file("dev-bucket&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题