Cole Murray

Results 4 comments of Cole Murray

Hello @bj32161, I believe you are missing the directory as part of dockers build command ``` # CPU: docker build -t colemurray/age-gender-estimation-tutorial . # GPU docker build -t colemurray/age-gender-estimation-tutorial -f...

@madkinsz In my case, this was caused by docker shutting down my container due to resource overuse: https://github.com/PrefectHQ/prefect/issues/6024 A previous failure was discussed here: https://github.com/PrefectHQ/prefect/issues/5780, related to the interpreter crashing.

Is there a proposed workaround for this until a fix is in place? We are experiencing the same error when passing a Pandas dataframe after upgrading from 2.2.0 to 2.6.0

```Dict key must be str Traceback (most recent call last): File "/opt/venv/lib/python3.8/site-packages/workflow_etl/flows/flow.py", line 282, in hello_world result_path = our_function_that_uses_a_df(input_bucket=bucket, device_paths=device_paths, job_id=job_id, File "/opt/venv/lib/python3.8/site-packages/prefect/flows.py", line 429, in __call__ return enter_flow_run_engine_from_flow_call( File...