You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ADS opctl integration tests utilize cpu, gpu jobs images and need dataexpl_p37_cpu_v2 and pyspark30_p37_cpu_v3 Data Science Environments be installed, see the [About Conda Environments](https://docs.oracle.com/en-us/iaas/data-science/using/conda_understand_environments.htm).
123
+
To build development container, see the [Build Development Container Image](https://accelerated-data-science.readthedocs.io/en/latest/user_guide/cli/opctl/localdev/jobs_container_image.html).
124
+
125
+
```bash
126
+
# Update your environment with tests dependencies
127
+
pip install -r test-requirements.txt
128
+
pip install -e ".[opctl]"
129
+
pip install oci oci-cli
130
+
# Build cpu and gpu jobs images
131
+
ads opctl build-image -d job-local
132
+
ads opctl build-image -g -d job-local
133
+
# Run opclt integration tests
134
+
python3 -m pytest tests/integration/opctl
135
+
```
136
+
82
137
## Security
83
138
84
139
Consult the [security guide](./SECURITY.md) for our responsible security
0 commit comments