yuanze1024 commited on
Commit
c64deb3
·
1 Parent(s): 5a07481

try docker again

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -2
  2. README.md +3 -3
Dockerfile CHANGED
@@ -20,10 +20,10 @@ COPY --chown=user:user ./requirements.txt /code/requirements.txt
20
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
21
 
22
  # note that you may need to modify the TORCH_CUDA_ARCH_LIST in the setup.py file
23
- ENV TORCH_CUDA_ARCH_LIST="8.6"
24
 
25
  # Install Pointnet2_PyTorch, pip install git+ won't work for unknown reason
26
- RUN git clone https://github.com/yuanze1024/Pointnet2_PyTorch.git && cd Pointnet2_PyTorch/pointnet2_ops_lib && pip install .
27
 
28
  COPY --chown=user:user . /code
29
 
 
20
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
21
 
22
  # note that you may need to modify the TORCH_CUDA_ARCH_LIST in the setup.py file
23
+ # ENV TORCH_CUDA_ARCH_LIST="8.6"
24
 
25
  # Install Pointnet2_PyTorch, pip install git+ won't work for unknown reason
26
+ # RUN git clone https://github.com/yuanze1024/Pointnet2_PyTorch.git && cd Pointnet2_PyTorch/pointnet2_ops_lib && pip install .
27
 
28
  COPY --chown=user:user . /code
29
 
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
  title: LD T3D
3
- emoji: 🚀
4
  colorFrom: indigo
5
  colorTo: yellow
6
- sdk: gradio
7
- sdk_version: 4.24.0
8
  app_file: app.py
9
  pinned: false
10
  models:
 
1
  ---
2
  title: LD T3D
3
+ emoji: 🐳
4
  colorFrom: indigo
5
  colorTo: yellow
6
+ sdk: docker
7
+ app_port: 7860
8
  app_file: app.py
9
  pinned: false
10
  models: