Skip to content

Commit

Permalink
update readme (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
daili0015 authored Aug 31, 2022
1 parent c347099 commit 8f4d329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ conda activate xrnerf

Create a container with command:
```shell
docker run --gpus all -it xrnerf /workspace
docker run --gpus all -it xrnerf /bin/bash
```

#### c. Copy XRNerf into Container
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ conda activate xrnerf
#### b. 运行docker容器
运行以下命令,创建容器:
```shell
docker run --gpus all -it xrnerf /workspace
docker run --gpus all -it xrnerf /bin/bash
```
#### c. 将代码和数据复制进去
在本机上(非docker镜像机内)开启一个终端,将项目文件(包括数据集)复制进docker镜像机
Expand Down

0 comments on commit 8f4d329

Please sign in to comment.