pytorch/serve
permission error while trying to remove previous artifact files in `/tmp/`
開放
#1,532 建立於 2022年3月25日
good first issue
倉庫指標
- 星標
- (3,844 顆星)
- PR 合併指標
- (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.