A

dev\spark-test-image\python-313\Dockerfile

All issues

Multiple redirections compete for stdout. Use cat, tee, or pass filenames instead. lines of code = 1
78
RUN python3.13 -m pip install numpy>=2.1 pyarrow>=18.0.0 six==1.16.0 pandas==2.2.3 scipy coverage matplotlib o...
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`. lines of code = 1
78
RUN python3.13 -m pip install numpy>=2.1 pyarrow>=18.0.0 six==1.16.0 pandas==2.2.3 scipy coverage matplotlib o...
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`. lines of code = 1
77
RUN python3.13 -m pip install --ignore-installed blinker>=1.6.2 # mlflow needs this
Delete the apt-get lists after installing something. lines of code = 1
32
RUN apt-get update && apt-get install -y \