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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -52,6 +52,8 @@ RUN python -c "import torch; print(torch.version.cuda)"
52
  COPY requirements.txt /tmp
53
  RUN cd /tmp && pip install -r requirements.txt
54
 
 
 
55
  # install pointnet2_ops from snowflake
56
  RUN git clone https://github.com/AllenXiangX/SnowflakeNet.git /home/user/SnowflakeNet
57
  WORKDIR /home/user/SnowflakeNet/models/pointnet2_ops_lib
@@ -80,6 +82,4 @@ COPY --chown=user . $HOME/app
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"]
 
52
  COPY requirements.txt /tmp
53
  RUN cd /tmp && pip install -r requirements.txt
54
 
55
+ RUN pip install setuptools==69.5.1
56
+
57
  # install pointnet2_ops from snowflake
58
  RUN git clone https://github.com/AllenXiangX/SnowflakeNet.git /home/user/SnowflakeNet
59
  WORKDIR /home/user/SnowflakeNet/models/pointnet2_ops_lib
 
82
 
83
  RUN git clone https://github.com/dylanebert/gradio-splatting.git gradio_splatting
84
 
 
 
85
  CMD ["python", "app.py"]