Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -80,4 +80,6 @@ COPY --chown=user . $HOME/app
|
|
80 |
|
81 |
RUN git clone https://github.com/dylanebert/gradio-splatting.git gradio_splatting
|
82 |
|
|
|
|
|
83 |
CMD ["python", "app.py"]
|
|
|
80 |
|
81 |
RUN git clone https://github.com/dylanebert/gradio-splatting.git gradio_splatting
|
82 |
|
83 |
+
RUN pip install setuptools==69.5.1
|
84 |
+
|
85 |
CMD ["python", "app.py"]
|