-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ring Github Workflow #174
Ring Github Workflow #174
Conversation
Co-authored-by: Shubham Gupta <shubhamgupta3121@gmail.com>
experimenting with nohup to run uvicorn process Co-authored-by: Shubham Gupta <shubhamgupta3121@gmail.com>
Fixed environment error in app manager by passing only required parameters Co-authored-by: Shubham Gupta <shubhamgupta3121@gmail.com> Co-authored-by: Khoa Nguyen <khoaguin@users.noreply.github.com>
Co-authored-by: Shubham Gupta <shubhamgupta3121@gmail.com> Co-authored-by: Khoa Nguyen <khoaguin@users.noreply.github.com>
fix ring test expected values
Co-authored-by: Shubham Gupta <shubhamgupta3121@gmail.com> Co-authored-by: Khoa Nguyen <dkn.work@protonmail.com> Co-authored-by: Khoa Nguyen <khoaguin@users.noreply.github.com
Co-authored-by: Shubham Gupta <shubhamgupta3121@gmail.com> Co-authored-by: rasswanth-s <43314053+rasswanth-s@users.noreply.github.com>
Co-authored-by: Khoa Nguyen <khoaguin@users.noreply.github.com> Co-authored-by: Shubham Gupta <shubhamgupta3121@gmail.com>
Co-authored-by: Shubham Gupta <shubhamgupta3121@gmail.com> Co-authored-by: Khoa Nguyen <dkn.work@protonmail.com>
Co-authored-by: Shubham Gupta <shubhamgupta3121@gmail.com> Co-authored-by: Khoa Nguyen <dkn.work@protonmail.com>
DATA_DIR=./data | ||
|
||
# remove the data directory | ||
rm -rf $DATA_DIR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's not do this - what's the use case? why do we need it?
) | ||
|
||
|
||
#TODO: Solve name confusion in the server client before merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does this todo mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this live in the ring repo? we can test base functionality of ring over there?
and here we should just do an integration test if it is able to install and run the script.
add uv .python_version file to gitignore
Closes https://github.com/OpenMined/syft-internal-issues/issues/174, https://github.com/OpenMined/syft-internal-issues/issues/133