This commit is contained in:
parent
8c2b8ca785
commit
4559c52759
|
|
@ -149,7 +149,7 @@ RUN ls -lh /tmp/wheels && \
|
|||
python3 -m pip install --no-cache-dir --no-deps /tmp/wheels/vllm-*.whl && \
|
||||
python3 -m pip install --no-cache-dir --no-deps /tmp/wheels/sgl_kernel-*.whl && \
|
||||
python3 -m pip install --no-cache-dir --no-deps $(ls /tmp/wheels | grep -v '^gradio-') && \
|
||||
python3 -m pip install --no-cache-dir --no-deps /tmp/wheels/gradio-5.38.2.0*.whl && \
|
||||
python3 -m pip install --no-cache-dir --no-deps /tmp/wheels/gradio-5.38.2*.whl && \
|
||||
python3 -c "import gradio, sys; print('✅ Gradio version =', gradio.__version__)" && \
|
||||
rm -rf /tmp/wheels
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue