Skip to content

Commit ea5ed37

Browse files
authored
Fix up comment
This comment was copied too much verbatim from NumericalEarth Dockerfile.
1 parent 477d714 commit ea5ed37

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ RUN . /julia_cpu_target.sh && JULIA_PKG_PRECOMPILE_AUTO="false" julia --color=ye
7373
RUN . /julia_cpu_target.sh && julia --color=yes --check-bounds=${CHECK_BOUNDS} -e 'using Pkg; Pkg.add(; name="CUDA", version="6.0"); \
7474
using CUDA; CUDA.precompile_runtime()'
7575

76-
# Clone NumericalEarth and instantiate environment and clean up NumericalEarth clone within
77-
# the same step so that we don't cache everything was written in this directory. In
78-
# particular, the CondaPkg environment would occupy lots of space in this layer, needlessly.
76+
# Clone Breeze, instantiate environment, and clean up Breeze clone within
77+
# the same step so that we don't cache everything was written in this directory.
7978
RUN git clone --depth=1 https://github.com/NumericalEarth/Breeze.jl /tmp/Breeze.jl && \
8079
. /julia_cpu_target.sh && LD_LIBRARY_PATH='.' julia --color=yes \
8180
--project=/tmp/Breeze.jl/${ENV_NAME} \

0 commit comments

Comments
 (0)