Skip to content

Commit d89d7d1

Browse files
committed
Update all dockerfiles.
1 parent a475734 commit d89d7d1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN curl -fsSL https://github.com/mozilla/sccache/releases/download/v$SCCACHE/sc
1010

1111
FROM chef AS planner
1212

13+
COPY candle-extensions candle-extensions
1314
COPY backends backends
1415
COPY core core
1516
COPY router router

Dockerfile-cuda-all

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ FROM base-builder AS planner
2323

2424
WORKDIR /usr/src
2525

26+
COPY candle-extensions candle-extensions
2627
COPY backends backends
2728
COPY core core
2829
COPY router router

Dockerfile-intel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN curl -fsSL https://github.com/mozilla/sccache/releases/download/v$SCCACHE/sc
1010

1111
FROM chef AS planner
1212

13+
COPY candle-extensions candle-extensions
1314
COPY backends backends
1415
COPY core core
1516
COPY router router

0 commit comments

Comments
 (0)