Quantcast
Channel: TAO Toolkit - NVIDIA Developer Forums
Viewing all articles
Browse latest Browse all 545

Unable to docker build tao_tf1

$
0
0

Running on Linux Ubuntu 22.04.4 LTS with NVIDIA RTX A4000.

Hi, I’m trying to build the tao docker from the tensorflow 1 backend.
After pulling the repo and executing source scripts/envsetup.sh, then executing tao_tf, the docker starts to build but ends because it is unable to install all requirements:

235.0 Successfully built addict future nvidia_dali_tf_plugin_cuda110 mpi4py posix_ipc prettytable pycuda retrying seaborn semver shapely fire antlr4-python3-runtime promise pathtools
235.0 Failed to build h5py pycocotools-fix
235.0 ERROR: Could not build wheels for h5py, pycocotools-fix, which is required to install pyproject.toml-based projects
------
Dockerfile:58
--------------------
  57 |     COPY docker/requirements-pip.txt /workspace/
  58 | >>> RUN pip install -r requirements-pip.txt --use-deprecated=legacy-resolver && \
  59 | >>>     rm -rf requirements-pip.txt
  60 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c pip install -r requirements-pip.txt --use-deprecated=legacy-resolver &&     rm -rf requirements-pip.txt" did not complete successfully: exit code: 1

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 545

Trending Articles