There was an error while loading. Please reload this page.
1 parent ea5ed37 commit 87ef3f4Copy full SHA for 87ef3f4
1 file changed
Dockerfile
@@ -70,7 +70,7 @@ RUN . /julia_cpu_target.sh && JULIA_PKG_PRECOMPILE_AUTO="false" julia --color=ye
70
run(`find $bundled_depot/compiled -type f -writable -exec chmod +w \{\} \;`)'
71
72
# install CUDA.jl itself
73
-RUN . /julia_cpu_target.sh && julia --color=yes --check-bounds=${CHECK_BOUNDS} -e 'using Pkg; Pkg.add(; name="CUDA", version="6.0"); \
+RUN . /julia_cpu_target.sh && julia --color=yes --check-bounds=${CHECK_BOUNDS} -e 'using Pkg; Pkg.add(; name="CUDA", version="6"); \
74
using CUDA; CUDA.precompile_runtime()'
75
76
# Clone Breeze, instantiate environment, and clean up Breeze clone within
0 commit comments