Skip to content

Commit 855fe8a

Browse files
committed
chore: Update dockerfile
1 parent 18ddb1e commit 855fe8a

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN pip install -U pip \
1414
# opencv2 deps
1515
&& apt-get install ffmpeg libsm6 libxext6 -y \
1616
&& apt-get install -y curl netcat \
17-
&& curl -sSL "https://install.python-poetry.org" | python -
17+
&& curl -sSL "https://install.python-poetry.org" | python3 -
1818

1919
ENV PATH="/root/.local/bin:${PATH}"
2020

@@ -26,7 +26,7 @@ RUN poetry --version
2626

2727
WORKDIR /usr/src/code
2828
COPY poetry.lock pyproject.toml /usr/src/code/
29-
RUN poetry install --no-interaction --no-ansi
29+
RUN poetry install --no-interaction --no-ansi --all-extras
3030

3131
# copy in source code
3232
COPY . /usr/src/code

docker/Dockerfile.dev

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)