File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ $ git checkout r24.03
9
9
$ apt-get install patchelf rapidjson-dev python3-dev
10
10
$ mkdir build
11
11
$ cd build
12
- $ cmake -D- DTRITON_BACKEND_REPO_TAG='r24.03' -DTRITON_CORE_REPO_TAG='r24.03' -DTRITON_COMMON_REPO_TAG='r24.03' -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/install -DTRITON_PYTORCH_DOCKER_IMAGE="nvcr.io/nvidia/pytorch:24.03-py3" ..
12
+ $ cmake -DTRITON_BACKEND_REPO_TAG='r24.03' -DTRITON_CORE_REPO_TAG='r24.03' -DTRITON_COMMON_REPO_TAG='r24.03' -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/install -DTRITON_PYTORCH_DOCKER_IMAGE="nvcr.io/nvidia/pytorch:24.03-py3" ..
13
13
$ make install
14
14
$ cd ...
15
15
```
@@ -27,5 +27,5 @@ gcloud auth login
27
27
gcloud auth configure-docker europe-docker.pkg.dev
28
28
docker tag <image tag, for example: 4f00c79d1c09> europe-docker.pkg.dev/loccus-platform/third-party-images/tritonserver:24.03-custom
29
29
docker push europe-docker.pkg.dev/loccus-platform/third-party-images/tritonserver:24.03-custom
30
-
30
+ ```
31
31
You can’t perform that action at this time.
0 commit comments