update conda store dockerfile to have prod target #1576
Annotations
7 warnings
|
conda-store/Dockerfile#L1
Do not use --platform flag with FROM
|
conda-store/Dockerfile#L5
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
conda-store/Dockerfile#L26
Use WORKDIR to switch to a directory
|
conda-store/Dockerfile#L26
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
conda-store/Dockerfile#L32
Use WORKDIR to switch to a directory
|
conda-store/Dockerfile#L32
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
The logs for this run have expired and are no longer available.
Loading