Removing cpu-info persistence for Docker images (#16470)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
538c8215f3
commit
54eccccd11
8 changed files with 19 additions and 9 deletions
|
|
@ -30,6 +30,8 @@ RUN conda config --set solver libmamba && \
|
|||
conda install -c conda-forge ultralytics mkl
|
||||
# conda install -c pytorch -c nvidia -c conda-forge pytorch torchvision pytorch-cuda=12.1 ultralytics mkl
|
||||
|
||||
# Remove extra build files
|
||||
RUN rm -rf /root/.config/Ultralytics/persistent_cache.json
|
||||
|
||||
# Usage Examples -------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue