pytorch/serve
在 GitHub 查看permission error while trying to remove previous artifact files in `/tmp/`
Open
#1,532 创建于 2022年3月25日
good first issue
仓库指标
- Star
- (3,844 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
In a multi-user system, this line can raise Permission Error because of the same file name in the shared /tmp/ directory which maybe created by another user. Maybe we can give more unique name when we store it using timestamp or something.