Files
Ethan Wee bcf50636ba [CI] Removing --user flag from all pip install commands (#154900)
Related to https://github.com/pytorch/pytorch/issues/148335

python virtualenv doesn't support using `--user` flag:

```
ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv.
+ python3 -m pip install --progress-bar off --user ninja==1.10.2
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/154900
Approved by: https://github.com/jeffdaily

Co-authored-by: Jithun Nair <jithun.nair@amd.com>
2025-07-14 21:09:42 +00:00
..
2025-05-14 16:23:50 +00:00

Jenkins

The scripts in this directory are the entrypoint for testing ONNX exporter.

The environment variable BUILD_ENVIRONMENT is expected to be set to the build environment you intend to test. It is a hint for the build and test scripts to configure Caffe2 a certain way and include/exclude tests. Docker images, they equal the name of the image itself. For example: py2-cuda9.0-cudnn7-ubuntu16.04. The Docker images that are built on Jenkins and are used in triggered builds already have this environment variable set in their manifest. Also see ./docker/jenkins/*/Dockerfile and search for BUILD_ENVIRONMENT.