Skip to content

Commit 75eddaf

Browse files
committed
Install git into container
Signed-off-by: Samuel Monson <[email protected]>
1 parent efdf002 commit 75eddaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Containerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ COPY / /opt/app-root/src
1919
# Set correct build type for versioning
2020
ENV GUIDELLM_BUILD_TYPE=$GUIDELLM_BUILD_TYPE
2121

22+
# Install build tooling
23+
RUN apt-get update && apt-get install -y --no-install-recommends \
24+
build-essential git
25+
2226
# Create a venv and install guidellm
2327
RUN python3 -m venv /opt/app-root/guidellm \
2428
&& /opt/app-root/guidellm/bin/pip install --no-cache-dir /opt/app-root/src

0 commit comments

Comments
 (0)