llama-stack-mirror/llama_stack
Yuan Tang 8146dce11e
Add missing newlines before printing the Dockerfile content (#700)
Before:
```
Dockerfile created successfully in /tmp/tmp.qyMdb0vI8X/DockerfileFROM python:3.10-slim
WORKDIR /app

RUN apt-get update && apt-get install -y        iputils-ping net-tools iproute2 dnsutils telnet        curl wget telnet        procps psmisc lsof        traceroute        bubblewrap        && rm -rf /var/lib/apt/lists/*
```

After:
```
Dockerfile created successfully in /tmp/tmp.qyMdb0vI8X/Dockerfile

FROM python:3.10-slim
WORKDIR /app

RUN apt-get update && apt-get install -y        iputils-ping net-tools iproute2 dnsutils telnet        curl wget telnet        procps psmisc lsof        traceroute        bubblewrap        && rm -rf /var/lib/apt/lists/*

```

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
2025-01-02 09:04:29 -08:00
..
apis [bugfix] fix broken vision inference, change serialization for bytes (#693) 2024-12-30 13:57:41 -08:00
cli [remove import *] clean up import *'s (#689) 2024-12-27 15:45:44 -08:00
distribution Add missing newlines before printing the Dockerfile content (#700) 2025-01-02 09:04:29 -08:00
providers Fix failing flake8 E226 check (#701) 2025-01-02 09:04:07 -08:00
scripts Fix to conda env build script 2024-12-17 12:19:34 -08:00
templates [torchtune integration] post training + eval (#670) 2024-12-20 13:43:13 -08:00
__init__.py export LibraryClient 2024-12-13 12:08:00 -08:00