Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix make docker-build #217

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Commits on Mar 3, 2022

  1. Fix make docker-build

    When running `make docker-build`, the following error occurs.
    
    (1) pip no more supports Python 3.6
    
    It looks get-pip.py is updated on 03-Feb-2022 09:45.
    
    ERROR: This script does not work on Python 3.6 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead.
    The command '/bin/bash -cu curl -O https://bootstrap.pypa.io/get-pip.py &&     python get-pip.py &&     rm get-pip.py' returned a non-zero code: 1
    Makefile:65: recipe for target 'docker-build' failed
    make: *** [docker-build] Error 1
    
    (2) NVIDIA apex build failure
    
    I got `ATen/cuda/DeviceUtils.cuh: No such file or directory`.
    As in NVIDIA/apex#1200, I roll back the
    version.
    y-okumura-isp committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    277b61d View commit details
    Browse the repository at this point in the history