Y
Hacker News
new
|
ask
|
show
|
jobs
by
htamas
2620 days ago
Excuse my ignorance, but why is an NFS better than S3? Both are loading from disk to memory of the Tensorflow Serving container, aren't they?
1 comments
rpedela
2620 days ago
NFS is faster and it looks like a normal filesystem to the app so you don't need any special file I/O code.
link
sparkling
2619 days ago
https://github.com/s3fs-fuse/s3fs-fuse
link