Spaces:
Runtime error
Runtime error
File size: 233 Bytes
422d74a |
1 2 3 4 5 6 7 8 |
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3
RUN pip3 install --upgrade pip
RUN pip install gradio==3.17.0
|