Welp this was a full blown circus show on my part, which was entirely my fault. I hadn't seen **https://chainforge.ai/docs/for_dev/** as it was hidden (please move that out of Misc) so anyway, once...
I figured it out. Ok so I am assuming this git repo is one version behind or something close to that? I ended up having to download th tar file from https://pypi.org/project/chainforge/#files and o...
The code published here cannot be built from source.
What commands are required?
```
FROM python:3.12-slim AS builder
RUN pip install --upgrade pip
RUN git clone https://github.com/i...
So it does build, but inside docker you keep getting 500 error
Seems like the problem is that your setting Flask dir as
`BUILD_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)...