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.
1 parent ed3ce17 commit 5306637Copy full SHA for 5306637
ci/envs/docker.env
@@ -14,7 +14,10 @@
14
# ==============================================================================
15
# This file contains all the docker specifc envs that are needed by the
16
# ci/utilities/run_docker_container.sh script.
17
-source ./ci/default.env
+
18
+# Inherit default JAXCI environment variables.
19
+source ci/envs/default.env
20
21
os=$(uname -s | awk '{print tolower($0)}')
22
arch=$(uname -m)
23
0 commit comments