File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5151 rsync \
5252 && rm -rf /var/lib/apt/lists/* /var/cache/*
5353
54- RUN --mount=type=bind,source= ./syncmaster/worker/ivy2.py,target= /app/syncmaster/worker/ivy2.py \
55- --mount=type=bind,source= ./docker/download_ivy2_packages.py,target= /app/docker/download_ivy2_packages.py \
56- --mount=type=cache,target=/root/.ivy2 \
54+ COPY ./syncmaster/worker/ivy2.py /app/syncmaster/worker/ivy2.py
55+ COPY ./docker/download_ivy2_packages.py /app/docker/download_ivy2_packages.py
56+ RUN --mount=type=cache,target=/root/.ivy2 \
5757 # Try to download all dependencies at once.
5858 # If multiple packages depends on the same transitive dependency, Spark uses maximum version of this dependency.
5959 python /app/docker/download_ivy2_packages.py all && \
You can’t perform that action at this time.
0 commit comments