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

Updated fuji docs value #91

Open
wants to merge 1 commit into
base: release/1.7.0
Choose a base branch
from

Conversation

wilkos-dans
Copy link
Contributor

Last diff between FUJI and EVA.
Hopefully docker can find fuji.py file now?
exec failed: container_linux.go:380: starting container process caused: exec: "fuji.py": executable file not found in $PATH: unknown

Last diff between FUJI and EVA.
@orviz
Copy link
Contributor

orviz commented Jun 3, 2022

@wilkos-dans the problem I see is that you're pointing to a Docker image that does not contain the fuji.py file.

You need to use a Dockerfile instead, added under QC.FAIR dir (you can use your own dir inside like QC.FAIR/fuji/ to place both the fuji.py and the Dockerfile) where you can add/copy this file (take the FAIR-EVA as example). Remember to add the relative path to this Dockerfile in the tooling.json (again FAIR-EVA example). You should be able to use FROM steinsteiny/fuji:latest in the Dockerfile to avoid dealing with the fuji deployment.

@wilkos-dans
Copy link
Contributor Author

Thanks! This makes a lot more sense. I will take a look.

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.

2 participants