Closed Iravata closed 3 months ago
we resolved with two fixes,
1) in base Dockerfile, change netcat to netcat-traditional. Once this is fixed we encountered the second error.
2) We resolved the "externally-managed-environment" error in our Docker builds by adding the --break-system-packages flag to pip3 install commands in both the base Dockerfile and the JupyterLab Dockerfile. This flag allows pip to install packages system-wide, overriding the default behavior in newer Ubuntu versions that use externally managed environments. The fix enables successful building of our Spark and JupyterLab images for development and testing purposes.
build.sh dosent complete successfully. Netcat has no installation candidate