You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because the Dockerfile does not pin the image, executing make fails. I guessed a FROM ubuntu:focal to get it one step further.
The next issue is within murdock and it's dependency pydantic. As the requierments.txt does not pin versions, I am unable to craft an environment where the container actually starts successfully. My guess is the divergence of pydantic into a 2.x branch causes the hard incompatibility, but pinning it to version 1.10 results in other type errors.
Please advice on how to conjure a working murdock deployment 🪄
The text was updated successfully, but these errors were encountered:
Hello 🦧
because the
Dockerfile
does not pin the image, executingmake
fails. I guessed aFROM ubuntu:focal
to get it one step further.The next issue is within
murdock
and it's dependencypydantic
. As therequierments.txt
does not pin versions, I am unable to craft an environment where the container actually starts successfully. My guess is the divergence ofpydantic
into a 2.x branch causes the hard incompatibility, but pinning it to version 1.10 results in other type errors.Please advice on how to conjure a working murdock deployment 🪄
The text was updated successfully, but these errors were encountered: