File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ We have supported both retrieval and ranking model whose backbones are HSTU laye
33## Environment Setup
44### Start from dockerfile
55
6- We provide [ dockerfile] ( ./docker/Dockerfile ) for users to build environment.
6+ We provide [ dockerfile] ( ../../.. /docker/Dockerfile ) for users to build environment.
77```
8+ git clone https://github.com/NVIDIA/recsys-examples.git && cd recsys-examples
89docker build -f docker/Dockerfile --platform linux/amd64 -t recsys-examples:latest .
910```
1011If you want to build image for Grace, you can use
1112```
13+ git clone https://github.com/NVIDIA/recsys-examples.git && cd recsys-examples
1214docker build -f docker/Dockerfile --platform linux/arm64 -t recsys-examples:latest .
1315```
1416You can also set your own base image with args ` --build-arg <BASE_IMAGE> ` .
You can’t perform that action at this time.
0 commit comments