We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 375903a + ef36d2e commit dd615dbCopy full SHA for dd615db
articles/machine-learning/how-to-troubleshoot-environments.md
@@ -160,6 +160,14 @@ RUN apt-get update && \
160
161
Running this command installs the correct module dependencies to configure your environment.
162
163
+### Build failure when using Spark packages
164
+
165
+Configure the environment to not precache the packages.
166
167
+```python
168
+env.spark.precache_packages = False
169
+```
170
171
## Service-side failures
172
173
See the following scenarios to troubleshoot possible service-side failures.
0 commit comments