Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -31,6 +31,7 @@ USER root
|
|
31 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
32 |
git \
|
33 |
cmake \
|
|
|
34 |
build-essential \
|
35 |
libgl1-mesa-glx \
|
36 |
libglib2.0-0 \
|
@@ -58,7 +59,7 @@ RUN pip install -r requirements_HF.txt
|
|
58 |
RUN pip install gradio
|
59 |
|
60 |
# Install specific Cython version known to work with cupy
|
61 |
-
RUN pip install 'Cython<3.0'
|
62 |
|
63 |
USER root
|
64 |
# Configure git to trust the directory
|
|
|
31 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
32 |
git \
|
33 |
cmake \
|
34 |
+
ninja \
|
35 |
build-essential \
|
36 |
libgl1-mesa-glx \
|
37 |
libglib2.0-0 \
|
|
|
59 |
RUN pip install gradio
|
60 |
|
61 |
# Install specific Cython version known to work with cupy
|
62 |
+
# RUN pip install 'Cython<3.0'
|
63 |
|
64 |
USER root
|
65 |
# Configure git to trust the directory
|