Skip to content
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

Fix for git related error for jupyter notebooks running from docker container #1089

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

tanwarsh
Copy link
Collaborator

ISSUE :

  • ERROR: Error [Errno 2] No such file or directory: 'git' while executing command git version
  • ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?

STEPS TO REPRODUCE :

  • Create docker image for openFL
  • Run openFL in a docker container
  • Run jupyter notebooks in experimental folder which require pulling openfl code using git eg. Workflow_Interface_101_MNIST.ipynb

FIX DESCRIPTION / SUMMARY OF CHANGES:

  • Added git to docker image
    Before:
Screenshot 2024-10-17 at 11 36 56 AM

After:
Screenshot 2024-10-17 at 11 01 23 AM

@rahulga1 rahulga1 merged commit 71397c1 into securefederatedai:develop Oct 17, 2024
26 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants