You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ROCm] Update Dockerfiles of ROCm and MIgraphX to ROCm5.4 (microsoft#14013)
Update Dockerfiles of ROCm and MIGraphX to ROCm5.4
Update README.md
Co-authored-by: peixuanzuo <peixuanzuo@linmif39a000004.zvflicr54joexhdgnhvmxrxygg.phxx.internal.cloudapp.net>
Copy file name to clipboardExpand all lines: dockerfiles/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,7 @@ Nothing else from ONNX Runtime source tree will be copied/installed to the image
279
279
Note: When running the container you built in Docker, please either use 'nvidia-docker' command instead of 'docker', or use Docker command-line options to make sure NVIDIA runtime will be used and appropiate files mounted from host. Otherwise, CUDA libraries won't be found. You can also [set NVIDIA runtime as default in Docker](https://github.com/dusty-nv/jetson-containers#docker-default-runtime).
280
280
281
281
## MIGraphX
282
-
**Ubuntu 18.04, rocm4.5, AMDMIGraphX v1.2**
282
+
**Ubuntu 20.04, ROCm5.4, AMDMIGraphX v1.2**
283
283
284
284
1. Build the docker image from the Dockerfile in this repository.
285
285
```
@@ -293,7 +293,7 @@ Note: When running the container you built in Docker, please either use 'nvidia-
293
293
```
294
294
295
295
## ROCm
296
-
**Ubuntu 20.04, ROCm5.2.3**
296
+
**Ubuntu 20.04, ROCm5.4**
297
297
298
298
1. Build the docker image from the Dockerfile in this repository.
299
299
```
@@ -303,5 +303,5 @@ Note: When running the container you built in Docker, please either use 'nvidia-
303
303
2. Run the Docker image
304
304
305
305
```
306
-
docker run -it --device=/dev/kfd --device=/dev/dri --group-add video --privileged onnxruntime-rocm
306
+
docker run -it --device=/dev/kfd --device=/dev/dri --group-add video onnxruntime-rocm
0 commit comments