ultravioletrs / cocos

Cocos AI - Confidential Computing System for AI
https://ultraviolet.rs/cocos.html
Apache License 2.0
25 stars 9 forks source link

NOISSUE - Remove `tmp` directory #204

Closed SammyOina closed 3 months ago

SammyOina commented 3 months ago

What type of PR is this?

This is an optimization that removes rendundant file copying

What does this do?

Which issue(s) does this PR fix/relate to?

none

Have you included tests for your changes?

No

Did you document any new/modified feature?

Yes

Notes

sequenceDiagram
    participant User
    participant Manager
    participant VM

    User->>Manager: Start VM
    Manager->>VM: Initialize
    VM->>VM: Configure without copying files
    VM->>Manager: Ready
    Manager->>User: VM Started