Signed-off-by: Zhu, Yongbo <yongbo.zhu@intel.com>
This commit is contained in:
@@ -15,7 +15,7 @@ RUN mkdir -p /home/user/gradio_cache
|
||||
ENV GRADIO_TEMP_DIR=/home/user/gradio_cache
|
||||
|
||||
WORKDIR /home/user/ui
|
||||
RUN pip install --no-cache-dir --upgrade pip setuptools && \
|
||||
RUN pip install --no-cache-dir --upgrade pip setuptools==70.0.0 && \
|
||||
pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
USER user
|
||||
|
||||
Reference in New Issue
Block a user