Closed rpgoldman closed 3 months ago
forbiditerative-topk failed for me with the same kind of error -- any chance these are issues with @ctpelok77 's images in particular? No idea why that would be, but I see Michael's username in both locations.
Nope. enhsp
failed, too.
These are the ones that worked and didn't, from the Dockerfile
:
# FD Planner
RUN planutils install -f -y lama-first -- SUCCEEDED
# Satisficing classical planning
RUN planutils install -f -y dual-bfws-ffparser -- SUCCEEDED
#Optimal classical planning
# RUN planutils install -f -y delfi -- FAILED
# top-k classical planning
# RUN planutils install -f -y forbiditerative-topk -- FAILED
# numeric planning
# RUN planutils install -f -y enhsp-2020 -- FAILED
# PDDL3 support
RUN planutils install -f -y optic -- SUCCEEDED
# Temporal planning
RUN planutils install -f -y tfd -- SUCCEEDED
Aye, it looks like we've lost singularity hub. These are the packages impacted:
cerberus/install:singularity pull --name cerberus.sif shub://ctpelok77/fd-red-black-postipc2018
delfi/install:singularity pull --name delfi.sif shub://ctpelok77/delfi-deploy
enhsp-2018/install:singularity pull --name enhsp-2018.sif shub://enricos83/enhsp:2018
enhsp-2019/install:singularity pull --name enhsp-2019.sif shub://enricos83/enhsp:2019
enhsp-2020/install:singularity pull --name enhsp-2020.sif shub://enricos83/enhsp:2020
forbiditerative/install:singularity pull --name forbiditerative.sif shub://ctpelok77/fi-singularity
kstar/install:singularity pull --name kstar.sif shub://ctpelok77/kstar
@ctpelok77 @hstairs : Looks like it's all down to you two. Any chance we can get a PR that updates the target pull? Either via Dockerhub (e.g., enhsp) or GitHub (e.g., lapkt) would do.
Using the latest version of enhsp (@hstairs can let us know if that’s not wise), and disabling topk for now, until it works again from @ctpelok77 ’s side. Marking as resolved since the latest spins up again.
I wanted to push a newer version, but I am not sure whether a aarch64 image is good with you guys. I think no
Ya, likely needs to be amd. The existing enhsp hosted isn't updated?
Now it is
Beauty. And if it's located at docker://ctpelok77/delfi:latest , then there's nothing that need be done for planutils to update. May need a redeploy of the PaaS, but that will happen soon enough again with changes coming to the service.
I'm afraid I couldn't make much out of the following error message:
Not critical for me: I can do without Delfi for the foreseeable future, but figured I should pass this on.