Skip to content

Commit e74b659

Browse files
authored
Update Dockerfile
1 parent c4919f0 commit e74b659

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/open_llama/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
1212
python3 \
1313
python3-pip \
1414
ninja-build \
15-
build-essential
15+
build-essential \
16+
&& apt-get clean \
17+
&& rm -rf /var/lib/apt/lists/*
1618

1719
RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette pydantic-settings starlette-context
1820

0 commit comments

Comments
 (0)