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
I am encountering a problem with the installation of guardrails hub install hub://guardrails/toxic_language in my Dockerfile. Additionally, when I try to open and modify the settings.py file inside the Docker container to fix the following error:
ImportError: cannot import name 'settings' from partially initialized module 'guardrails.settings' (most likely due to a circular import) (/opt/venv/lib/python3.12/site-packages/guardrails/settings.py)
After modifying the code within the container, I exit and rebuild the Docker image, but I still get the same error. It seems that the changes I made inside the container are not being applied when I rebuild the image.
The text was updated successfully, but these errors were encountered:
I am encountering a problem with the installation of guardrails hub install hub://guardrails/toxic_language in my Dockerfile. Additionally, when I try to open and modify the settings.py file inside the Docker container to fix the following error:
ImportError: cannot import name 'settings' from partially initialized module 'guardrails.settings' (most likely due to a circular import) (/opt/venv/lib/python3.12/site-packages/guardrails/settings.py)
After modifying the code within the container, I exit and rebuild the Docker image, but I still get the same error. It seems that the changes I made inside the container are not being applied when I rebuild the image.
The text was updated successfully, but these errors were encountered: