Remove duplicated `RUN` in `Dockerfile` (#2547)
This commit is contained in:
parent
10e6f29295
commit
d31a6f75cc
|
@ -40,7 +40,6 @@ COPY router router
|
||||||
COPY backends backends
|
COPY backends backends
|
||||||
COPY launcher launcher
|
COPY launcher launcher
|
||||||
RUN cargo build --profile release-opt
|
RUN cargo build --profile release-opt
|
||||||
RUN cargo build --profile release-opt
|
|
||||||
|
|
||||||
# Python builder
|
# Python builder
|
||||||
# Adapted from: https://github.com/pytorch/pytorch/blob/master/Dockerfile
|
# Adapted from: https://github.com/pytorch/pytorch/blob/master/Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue