zouzx commited on
Commit
c368935
1 Parent(s): ca77995

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]