Spaces:
Configuration error
Configuration error
| # Display Python version | |
| python --version | |
| # Manual pydicom installation | |
| pip install --no-cache-dir pydicom==2.4.0 | |
| pip install --no-cache-dir gdcm | |
| # List installed packages | |
| pip list | grep -E "pydicom|gdcm" | |
| # Make this script executable automatically | |
| chmod +x post_install.sh |