File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
FROM python:3.10-slim
2
2
3
- ARG SOPA_VERSION= "1.0.0"
3
+ ARG SOPA_VERSION
4
4
5
5
RUN apt-get update && apt-get install -y wget unzip procps && apt-get clean && rm -rf /var/lib/apt/lists/*
6
6
Original file line number Diff line number Diff line change 1
1
FROM python:3.10-slim
2
2
3
- ARG SOPA_VERSION= "1.0.0"
3
+ ARG SOPA_VERSION
4
4
5
5
# needed for the open-cv dependency
6
6
RUN apt-get update && apt-get install -y \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN cargo install proseg
4
4
5
5
FROM python:3.10-slim
6
6
7
- ARG SOPA_VERSION= "1.0.0"
7
+ ARG SOPA_VERSION
8
8
9
9
COPY --from=rust-builder /usr/local/cargo/bin/proseg /usr/local/bin/proseg
10
10
Original file line number Diff line number Diff line change 1
1
FROM python:3.10-slim
2
2
3
- ARG SOPA_VERSION= "1.0.0"
3
+ ARG SOPA_VERSION
4
4
5
5
# needed for the open-cv dependency
6
6
RUN apt-get update && apt-get install -y \
Original file line number Diff line number Diff line change 1
1
FROM python:3.10-slim
2
2
3
- ARG SOPA_VERSION= "1.0.0"
3
+ ARG SOPA_VERSION
4
4
5
5
# needed for the open-cv dependency
6
6
RUN apt-get update && apt-get install -y \
You can’t perform that action at this time.
0 commit comments