Glenn Jocher
2da68664b5
Update Dockerfile ( #7282 )
pirms 2 gadiem
Glenn Jocher
c94736acec
`ENV OMP_NUM_THREADS=8` ( #7215 )
pirms 2 gadiem
Glenn Jocher
9ebec7885f
Update Dockerfile to `git clone` instead of `COPY` ( #7053 )
Resolves git command errors that currently happen in image, i.e.:
```bash
root@382ae64aeca2:/usr/src/app# git pull
Warning: Permanently added the ECDSA host key for IP address '140.82.113.3' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
```
pirms 2 gadiem
Glenn Jocher
c6b4f84fd1
Update Dockerfile `torch==1.11.0+cu113` ( #6954 )
pirms 2 gadiem
Glenn Jocher
07221f1591
FROM nvcr.io/nvidia/pytorch:21.10-py3 ( #6677 )
Revert to 21.10 on autobuild fail
pirms 2 gadiem
Glenn Jocher
18b5081166
FROM nvcr.io/nvidia/pytorch:21.10-py3 ( #6673 )
Reordered installation may help reduce resource usage in autobuild
pirms 2 gadiem
Glenn Jocher
25456284b4
Update Dockerfile reorder installs ( #6672 )
Also `nvidia-tensorboard-plugin-dlprof`, `nvidia-tensorboard` are no longer installed in NVCR base.
pirms 2 gadiem
Glenn Jocher
09d263b376
FROM nvcr.io/nvidia/pytorch:21.10-py3 ( #6671 )
22.10 returns 'no space left on device' error message.
Seems like a bug at docker. Raised issue in https://github.com/docker/hub-feedback/issues/2209
pirms 2 gadiem
Glenn Jocher
bb054d5f55
FROM nvcr.io/nvidia/pytorch:22.01-py3 ( #6670 )
pirms 2 gadiem
Glenn Jocher
9a8ebe671c
Update Dockerfile `torch==1.10.2+cu113` ( #6669 )
pirms 2 gadiem
Glenn Jocher
c43439aa31
Add `albumentations` to Dockerfile ( #6392 )
pirms 2 gadiem
Glenn Jocher
bd815d48df
FROM nvcr.io/nvidia/pytorch:21.10-py3 ( #6379 )
21.12 generates dockerhub errors so rolling back to 21.10 with latest pytorch install. Not sure if this torch install will work on non-GPU dockerhub autobuild so this is an experiment.
pirms 2 gadiem
Glenn Jocher
1b41a1d059
FROM nvcr.io/nvidia/pytorch:21.12-py3 ( #6377 )
pirms 2 gadiem
Glenn Jocher
94d8fec6d8
GCP VM from Image example ( #5814 )
pirms 2 gadiem
Glenn Jocher
7207fe95e5
FROM nvcr.io/nvidia/pytorch:21.10-py3 ( #5592 )
pirms 3 gadiem
Glenn Jocher
ce8e5dc8bb
Update Dockerfile to `ADD` Arial.ttf ( #5084 )
* Update Dockerfile to `ADD` Arial.ttf
Fix for `Arial.ttf download in Docker` #5078
* Cleanup
* Cleanup2
pirms 3 gadiem
Glenn Jocher
c5ba2abb4a
Update Dockerfile ( #4935 )
pirms 3 gadiem
Glenn Jocher
2809616345
Update Dockerfile ( #4862 )
pirms 3 gadiem
Glenn Jocher
40d1c80503
Update Dockerfile ( #4861 )
pirms 3 gadiem
Ayush Chaurasia
302a1b0bb0
W&B: Enable login timeout ( #4843 )
* evolve fix
* Enable login timeout
* fix pkg
pirms 3 gadiem
Glenn Jocher
24bea5e4b7
Standardize headers and docstrings ( #4417 )
* Implement new headers
* Reformat 1
* Reformat 2
* Reformat 3 - math
* Reformat 4 - yaml
pirms 3 gadiem
Glenn Jocher
47543f97b1
FROM nvcr.io/nvidia/pytorch:21.05-py3 ( #3794 )
pirms 3 gadiem
Glenn Jocher
5e6886c860
Update Dockerfile ( #3792 )
pirms 3 gadiem
Glenn Jocher
96c87f1711
nvcr.io/nvidia/pytorch:21.06-py3 ( #3791 )
pirms 3 gadiem
Glenn Jocher
07166ba38c
Update Usage examples ( #3790 )
pirms 3 gadiem
Glenn Jocher
2754adad46
Remove `/weights` directory ( #3659 )
* Remove `/weights` directory
* cleanup
pirms 3 gadiem
Glenn Jocher
bb79e13d52
RUN pip install --no-cache -U torch torchvision ( #3637 )
pirms 3 gadiem
Glenn Jocher
de56813ba8
FROM nvcr.io/nvidia/pytorch:21.05-py3 ( #3633 )
pirms 3 gadiem
Glenn Jocher
85b6fdda0f
FROM nvcr.io/nvidia/pytorch:21.03-py3
Issues with 21.04
pirms 3 gadiem
Glenn Jocher
4c7d686d7e
FROM nvcr.io/nvidia/pytorch:21.04-py3 ( #3030 )
pirms 3 gadiem
Glenn Jocher
9ccfa85249
pip install coremltools onnx ( #2690 )
Requested in https://github.com/ultralytics/yolov5/issues/2686
pirms 3 gadiem
Glenn Jocher
9b92d3ee76
FROM nvcr.io/nvidia/pytorch:21.03-py3 ( #2623 )
Update Docker FROM nvcr.io/nvidia/pytorch:21.03-py3
pirms 3 gadiem
Glenn Jocher
2dfe32030a
Remove conflicting nvidia-tensorboard package ( #2622 )
Attempt to resolve tensorboard Docker error in https://github.com/ultralytics/yolov5/issues/2573
pirms 3 gadiem
Glenn Jocher
c64fe219b4
ENV HOME=/usr/src/app ( #2382 )
Set HOME environment variable per Binder requirements.
https://github.com/binder-examples/minimal-dockerfile
pirms 3 gadiem
Glenn Jocher
692e1f31dc
--no-cache notebook ( #2381 )
pirms 3 gadiem
Glenn Jocher
ab86cec854
FROM nvcr.io/nvidia/pytorch:21.02-py3 ( #2341 )
pirms 3 gadiem
Glenn Jocher
c2026a5f35
Update Dockerfile install htop ( #2320 )
pirms 3 gadiem
Glenn Jocher
cc79f3a9ea
Update Dockerfile with apt install zip ( #2274 )
pirms 3 gadiem
Glenn Jocher
08d3119e09
Add histogram equalization fcn ( #2049 )
pirms 3 gadiem
Glenn Jocher
3551b072b3
Docker pyYAML>=5.3.1 fix ( #2031 )
pirms 3 gadiem
Glenn Jocher
8dc68fcbcb
Update Dockerfile ( #2016 )
pirms 3 gadiem
Glenn Jocher
1ca2d26b9f
Update Dockerfile ( #1982 )
pirms 3 gadiem
Glenn Jocher
b1cf25dd9a
check_git_status() asserts ( #1977 )
pirms 3 gadiem
Glenn Jocher
720afe68e9
FROM nvcr.io/nvidia/pytorch:20.12-py3 ( #1763 )
pirms 3 gadiem
Glenn Jocher
b2bef8f6d8
vast.ai compatability updates ( #1657 )
pirms 3 gadiem
Glenn Jocher
2e8e02745b
vast.ai compatability updates ( #1657 )
pirms 3 gadiem
Glenn Jocher
68211f72c9
FROM nvcr.io/nvidia/pytorch:20.10-py3 ( #1553 )
* FROM pytorch/pytorch:latest
* FROM nvcr.io/nvidia/pytorch:20.10-py3
pirms 4 gadiem
Glenn Jocher
5dbf0c96f4
FROM nvcr.io/nvidia/pytorch:20.11-py3
pirms 4 gadiem
Glenn Jocher
4821d076e2
Increment train, test, detect runs/ ( #1322 )
* Increment train, test, detect runs/
* Update ci-testing.yml
* inference/images to data/images
* move images
* runs/exp to runs/train/exp
* update 'results saved to %s' str
pirms 4 gadiem
Glenn Jocher
7fe4a6bc06
FROM nvcr.io/nvidia/pytorch:20.10-py3
pirms 4 gadiem