AI-Planning / planning-as-a-service

The newly improved planner (and more) in the cloud.
Apache License 2.0
30 stars 8 forks source link

Current call doesn't seem to have the planutils planners accessible #11

Closed haz closed 2 years ago

haz commented 4 years ago

This is the line making the call: https://github.com/AI-Planning/planning-as-a-service/blob/master/server/celery-queue/tasks.py#L35

Seems to work if you attach to the worker docker image and run a similar line. Note that executable='/bin/bash' is used in order to get the .bashrc sourced, which adds the right directory to the PATH variable. Perhaps there is a UID mismatch between running attached to the image -vs- the server code handling the requests.

camcunningham commented 3 years ago

Think this might fix it, check it out @haz

https://github.com/AI-Planning/planning-as-a-service/tree/planutils-functionality

haz commented 2 years ago

Pretty sure this is resolved.