Ryzen AI TensorFlow2 Docker image
1.7K
The Ryzen AI TensorFlow2 Docker image provides the quantizer tool to quantize pretrained Tensorflow 2.x models on CPU. A Dockerfile is provided to build the GPU docker for nVidia GPU.
Follow these steps:
Obtain the latest Docker image.
docker pull amdih/ryzen-ai-tensorflow2:latest
Start a Docker container using the image.
docker run -it --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --group-add video --ipc=host --shm-size 8G amdih/ryzen-ai-tensorflow2:latest
You can also pass the -v argument to mount any data directories from the host onto the container.
Content type
Image
Digest
sha256:f30e0582a…
Size
1.9 GB
Last updated
over 1 year ago
docker pull amdih/ryzen-ai-tensorflow2