Merge branch 'meta-llama:main' into tgi-integration

This commit is contained in:
Celina Hanouti 2024-09-06 15:37:12 +02:00 committed by GitHub
commit 3858d94edf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View file

@ -48,6 +48,7 @@ RUN apt-get update && apt-get install -y \
curl wget telnet \
procps psmisc lsof \
traceroute \
bubblewrap \
&& rm -rf /var/lib/apt/lists/*
EOF