Skip to content

Commit 035e585

Browse files
committed
docs(docker): test successfully on dockerfile and image pushed.
one image for all methods in benchmark are works.
1 parent 01ae5bd commit 035e585

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ WORKDIR /home/kin/workspace/SeFlow
3737
RUN apt-get update && apt-get install libgl1 -y
3838
# need read the gpu device info to compile the cuda extension
3939
RUN cd /home/kin/workspace/SeFlow && /opt/mambaforge/bin/mamba env create -f environment.yaml
40+
RUN cd /home/kin/workspace/SeFlow/assets/cuda/mmcv && /opt/mambaforge/envs/seflow/bin/python ./setup.py install
4041
RUN cd /home/kin/workspace/SeFlow/assets/cuda/chamfer3D && /opt/mambaforge/envs/seflow/bin/python ./setup.py install
4142

4243

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ cd assets/cuda/chamfer3D && python ./setup.py install && cd ../../..
6666
Or you always can choose [Docker](https://en.wikipedia.org/wiki/Docker_(software)) which isolated environment and free yourself from installation, you can pull it by.
6767
If you have different arch, please build it by yourself `cd SeFlow && docker build -t zhangkin/seflow` by going through [build-docker-image](https://github.com/KTH-RPL/DeFlow/blob/main/assets/README.md/#build-docker-image) section.
6868
```bash
69-
# option 1: pull from docker hub, todo test and update
70-
# docker pull zhangkin/seflow
69+
# option 1: pull from docker hub
70+
docker pull zhangkin/seflow
7171

7272
# run container
7373
docker run -it --gpus all -v /dev/shm:/dev/shm -v /home/kin/data:/home/kin/data --name seflow zhangkin/seflow /bin/zsh

0 commit comments

Comments
 (0)