"examples/dreambooth/train_dreambooth_lora_sdxl.py" did not exist on "efc48da23bd342ca79a79def02649b1975393ea0"
Dockerfile 232 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
FROM nvcr.io/nvidia/tritonserver:24.01-py3

WORKDIR /opt

RUN git clone https://github.com/sgl-project/sglang.git

WORKDIR /opt/sglang
RUN pip install --upgrade pip && \
    pip install -e "python[all]" && \
    pip install datasets