pytorch/serve
Auf GitHub ansehenpermission error while trying to remove previous artifact files in `/tmp/`
Open
#1.532 geöffnet am 25. März 2022
good first issue
Repository-Metriken
- Stars
- (3.844 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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.