We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4919f0 commit e74b659Copy full SHA for e74b659
docker/open_llama/Dockerfile
@@ -12,7 +12,9 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
12
python3 \
13
python3-pip \
14
ninja-build \
15
- build-essential
+ build-essential \
16
+ && apt-get clean \
17
+ && rm -rf /var/lib/apt/lists/*
18
19
RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette pydantic-settings starlette-context
20
0 commit comments