ultralytics 8.0.12
- Hydra removal (#506)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Pronoy Mandal <lukex9442@gmail.com> Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
This commit is contained in:
@ -10,7 +10,7 @@ ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Aria
|
||||
|
||||
# Remove torch nightly and install torch stable
|
||||
RUN rm -rf /opt/pytorch # remove 1.2GB dir
|
||||
RUN pip uninstall -y torchtext torch torchvision
|
||||
RUN pip uninstall -y torchtext pillow torch torchvision
|
||||
RUN pip install --no-cache torch torchvision
|
||||
|
||||
# Install linux packages
|
||||
|
Reference in New Issue
Block a user