Initial SQL-only 1C adapter baseline
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
FROM vllm/vllm-openai:v0.10.2
|
||||
|
||||
RUN python3 -m pip install --no-cache-dir \
|
||||
"diffusers>=0.35.0" \
|
||||
"transformers>=4.51.0" \
|
||||
"accelerate>=1.0.0" \
|
||||
safetensors \
|
||||
pillow
|
||||
|
||||
WORKDIR /app
|
||||
Reference in New Issue
Block a user