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
|
|
@ -48,7 +48,9 @@ RUN pip install \
|
|||
https://github.com/ultralytics/assets/releases/download/v0.0.0/torch-1.11.0a0+gitbc2c6ed-cp38-cp38-linux_aarch64.whl \
|
||||
https://github.com/ultralytics/assets/releases/download/v0.0.0/torchvision-0.12.0a0+9b5a3fe-cp38-cp38-linux_aarch64.whl
|
||||
RUN pip install -e ".[export]"
|
||||
RUN rm *.whl
|
||||
|
||||
# Remove extra build files
|
||||
RUN rm -rf *.whl /root/.config/Ultralytics/persistent_cache.json
|
||||
|
||||
# Usage Examples -------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue