8000 Update Dockerfile · Nik-Kras/llama-cpp-python@67a314f · GitHub
[go: up one dir, main page]

Skip to content

Commit 67a314f

Browse files
authored
Update Dockerfile
1 parent 2bea4f3 commit 67a314f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/simple/Dockerfile

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

1820
RUN mkdir /app
1921
WORKDIR /app

0 commit comments

Comments
 (0)
0