Skip to content

Commit 8e54857

Browse files
authored
Update Dockerfile.embed
1 parent 639f63c commit 8e54857

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

engine/Dockerfile.embed

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ COPY ./epsilla-embed/launch.conf /etc/supervisor/conf.d/launch.conf
2626

2727
RUN apt-get update && \
2828
apt-get install -y procps supervisor && \
29-
pip install --upgrade pip && \
30-
pip install --no-cache-dir boto3 poetry --break-system-packages && \
29+
pip install --upgrade --no-cache-dir pip boto3 poetry --break-system-packages && \
3130
poetry update && \
3231
poetry install --only main && \
3332
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)