Merged
Conversation
…king-with-bacalhau-upgrade' into ops/LAB-635-private-ipfs-compose
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
alabdao
commented
Sep 28, 2023
.github/workflows/ci.yml
Outdated
| @@ -0,0 +1,28 @@ | |||
| # This workflow is for plex jobs against locally running environment | |||
Contributor
Author
There was a problem hiding this comment.
I'll be setting up CI in a separate PR.
thetechnocrat-dev
requested changes
Sep 28, 2023
thetechnocrat-dev
left a comment
There was a problem hiding this comment.
Mostly working with the Local Pvt IPFS.
plex git:(ops/LAB-635-private-ipfs-compose) ./plex init -t tools/equibind.json -i '{"protein": ["testdata/binding/abl/7n9g.pdb"], "small_molecule": ["testdata/binding/abl/ZINC000003986735.sdf"]}' --scatteringMethod=dotProduct --autoRun=true
Plex version (v0.10.4) up to date.
Invalid wallet address detected. Using empty string for user ID.
Pinned IO JSON CID: QmPQCXm3ZKtbSwNtCqaqmPEfJeiS8cg2fsFQbnH8ZDvCjj
Created working directory: /Users/mcmenemy/code/plex/jobs/a6af98c6-0cb0-4c5e-8777-17108add5ca7
Initialized IO file at: /Users/mcmenemy/code/plex/jobs/a6af98c6-0cb0-4c5e-8777-17108add5ca7/io.json
Extracting user ID from IO JSON...
Processing IO Entries
Starting to process IO entry 0
Job running...
Bacalhau job id: ceb7a01d-a361-41a8-8738-bc1472a3d343
Error processing IO entry 0
error getting Bacalhau job results: bacalhau errored job; please run `bacalhau describe ceb7a01d-a361-41a8-8738-bc1472a3d343` for more details
Finished processing, results written to /Users/mcmenemy/code/plex/jobs/a6af98c6-0cb0-4c5e-8777-17108add5ca7/io.json
Completed IO JSON CID: Qmdqejug9Wtk8VnP1WEpinpeELQydjanEbAqTkrmLjQxGp
But, keep getting the following error from Bacalhau describe
State:
CreateTime: "2023-09-28T16:34:56.729974967Z"
Executions:
- AcceptedAskForBid: false
ComputeReference: e-d10c2fe1-d7ff-48c6-95e8-2d28a210396c
CreateTime: "2023-09-28T16:34:56.749921883Z"
JobID: ceb7a01d-a361-41a8-8738-bc1472a3d343
NodeId: QmQ4EJTf5D2nN8E1s5i5gFJA5mhASJKe8cBfLQExFtbmKt
PublishedResults: {}
State: AskForBidRejected
Status: Node does not support any of the published image platforms
UpdateTime: "2023-09-28T16:34:56.731114717Z"
VerificationResult: {}
Version: 2
JobID: ceb7a01d-a361-41a8-8738-bc1472a3d343
State: Error
TimeoutAt: "0001-01-01T00:00:00Z"
UpdateTime: "2023-09-28T16:34:56.750536883Z"
Version: 5
I think this may be from how the Bacalhau Job publish settings are configured in code. Are you getting the same error with the local private IPFS?
README.md
Outdated
| ``` | ||
|
|
||
| Note: New docker installation include docker compose, older installations required you install docker-compose separately and run `docker-compose up -d` | ||
| To run `plex` cli against local environment simple set `BACALHAU_API_HOST=127.0.0.1` |
There was a problem hiding this comment.
change simple set to simply set
thetechnocrat-dev
approved these changes
Oct 3, 2023
thetechnocrat-dev
left a comment
There was a problem hiding this comment.
Pvt and local docker compose set up worked for me on the linux box 🦾
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-v