chaoxu commited on
Commit
3d918c4
·
1 Parent(s): bb6d112

install fix

Browse files
Dockerfile CHANGED
@@ -25,5 +25,4 @@ WORKDIR $HOME/app
25
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
26
  COPY --chown=user . $HOME/app
27
 
28
- CMD ["python3", "install.py"]
29
  CMD ["python3", "launch.py"]
 
25
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
26
  COPY --chown=user . $HOME/app
27
 
 
28
  CMD ["python3", "launch.py"]
gradio_model3dcolor-0.0.1-py3-none-any.whl ADDED
Binary file (995 kB). View file
 
gradio_model3dnormal-0.0.1-py3-none-any.whl ADDED
Binary file (995 kB). View file
 
launch.py CHANGED
@@ -1,4 +1,6 @@
1
  import os
 
 
2
  import sys
3
  import json
4
  import uuid
 
1
  import os
2
+ os.system(f"pip install gradio_model3dcolor-0.0.1-py3-none-any.whl")
3
+ os.system(f"pip install gradio_model3dnormal-0.0.1-py3-none-any.whl")
4
  import sys
5
  import json
6
  import uuid