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
While debugging the build of docker images on GHA I encountered an issue with running the create_virtualenv.sh script. It seems to not consistently put me in the dr_env virtualenv after execution. Additionally, it looks like there may be some inconsistencies with the version of pip used in the docker containers and the virtualenv leading to the build errors.
Solution or next step
test a script that runs and builds requirements.txt based off of the same python base image that is used in the application
Review the create_virtualenv.sh script to ensure that it does as described
The text was updated successfully, but these errors were encountered:
Context
While debugging the build of docker images on GHA I encountered an issue with running the
create_virtualenv.sh
script. It seems to not consistently put me in the dr_env virtualenv after execution. Additionally, it looks like there may be some inconsistencies with the version of pip used in the docker containers and the virtualenv leading to the build errors.Solution or next step
create_virtualenv.sh
script to ensure that it does as describedThe text was updated successfully, but these errors were encountered: