Skip to content

Commit e5db782

Browse files
committed
Updated docker build command with the correct context
1 parent 6dde96a commit e5db782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.test_cases/pytorch/FSDP/slurm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You will first build the container image with the command below:
3333

3434

3535
```bash
36-
docker build -f ../Dockerfile -t fsdp:pytorch2.7.1 .
36+
docker build -f ../Dockerfile -t fsdp:pytorch2.7.1 ../.
3737
```
3838

3939
You will then convert the container image to a squash file via Enroot:

0 commit comments

Comments
 (0)