Skip to content

Commit

Permalink
Update Dockerfile.embed
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-epsilla committed Jan 18, 2024
1 parent 639f63c commit 8e54857
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine/Dockerfile.embed
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ COPY ./epsilla-embed/launch.conf /etc/supervisor/conf.d/launch.conf

RUN apt-get update && \
apt-get install -y procps supervisor && \
pip install --upgrade pip && \
pip install --no-cache-dir boto3 poetry --break-system-packages && \
pip install --upgrade --no-cache-dir pip boto3 poetry --break-system-packages && \
poetry update && \
poetry install --only main && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 8e54857

Please sign in to comment.