Skip to content

Commit 87ef3f4

Browse files
authored
Don't restrict CUDA.jl to v6.0
Allow any v6.X version. Compatibility issues with Reactant.jl have been resolved upstream.
1 parent ea5ed37 commit 87ef3f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN . /julia_cpu_target.sh && JULIA_PKG_PRECOMPILE_AUTO="false" julia --color=ye
7070
run(`find $bundled_depot/compiled -type f -writable -exec chmod +w \{\} \;`)'
7171

7272
# 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"); \
73+
RUN . /julia_cpu_target.sh && julia --color=yes --check-bounds=${CHECK_BOUNDS} -e 'using Pkg; Pkg.add(; name="CUDA", version="6"); \
7474
using CUDA; CUDA.precompile_runtime()'
7575

7676
# Clone Breeze, instantiate environment, and clean up Breeze clone within

0 commit comments

Comments
 (0)