I try to use this script to build AL_USDMaya.
but I got this error.
Linux localhost.localdomain 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Centos 7,Docker version 18.06.1-ce.
[root@localhost linux]# ./build-centos7_maya.sh -2017
..........
...........
..........
Successfully built 05b9d9a0e204
Successfully tagged usd-docker/vfx:1-centos7
Build Maya v
Sending build context to Docker daemon 57.86kB
Step 1/10 : FROM usd-docker/vfx:latest-centos7
---> 05b9d9a0e204
Step 2/10 : ARG current_host_ip_address
---> Using cache
---> b02c92a165f1
Step 3/10 : ARG maya_version
---> Using cache
---> e4faed16398c
Step 4/10 : LABEL maya.version="${maya_version}.0" maintainer="Animal Logic"
---> Using cache
---> 1c28d7d9fd06
Step 5/10 : ENV MAYA_LOCATION=$BUILD_DIR/maya{maya_version}DevKit
---> Using cache
---> 060284fdb5a9
Step 6/10 : ENV HTTP_HOSTNAME=$current_host_ip_address
---> Using cache
---> b5738f466101
Step 7/10 : ENV MAYA_EXECUTABLE=$MAYA_LOCATION/bin/maya
---> Using cache
---> e617539667ae
Step 8/10 : ENV MAYA_MAJOR_VERSION="${maya_version}"
---> Using cache
---> 8fe1799b5234
Step 9/10 : COPY scripts/build_maya.sh scripts/download_maya.sh /tmp/
---> Using cache
---> 1c969dc3e3d4
Step 10/10 : RUN /tmp/download_maya.sh && /tmp/build_maya.sh
---> Using cache
---> d6800c4a7525
Successfully built d6800c4a7525
Successfully tagged usd-docker/maya:1-centos7
Build USD v18.11
Sending build context to Docker daemon 57.86kB
Step 1/15 : ARG maya_version
Step 2/15 : FROM usd-docker/maya${maya_version}:latest-centos7
pull access denied for usd-docker/maya2017, repository does not exist or may require 'docker login'
./build-centos7_maya.sh: line 26: 300 Terminated python -m SimpleHTTPServer
I try to use this script to build AL_USDMaya.
but I got this error.
Linux localhost.localdomain 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Centos 7,Docker version 18.06.1-ce.
[root@localhost linux]# ./build-centos7_maya.sh -2017
..........
...........
..........
Successfully built 05b9d9a0e204
Successfully tagged usd-docker/vfx:1-centos7
Build Maya v
Sending build context to Docker daemon 57.86kB
Step 1/10 : FROM usd-docker/vfx:latest-centos7
---> 05b9d9a0e204
Step 2/10 : ARG current_host_ip_address
---> Using cache
---> b02c92a165f1
Step 3/10 : ARG maya_version
---> Using cache
---> e4faed16398c
Step 4/10 : LABEL maya.version="${maya_version}.0" maintainer="Animal Logic"
---> Using cache
---> 1c28d7d9fd06
Step 5/10 : ENV MAYA_LOCATION=$BUILD_DIR/maya{maya_version}DevKit
---> Using cache
---> 060284fdb5a9
Step 6/10 : ENV HTTP_HOSTNAME=$current_host_ip_address
---> Using cache
---> b5738f466101
Step 7/10 : ENV MAYA_EXECUTABLE=$MAYA_LOCATION/bin/maya
---> Using cache
---> e617539667ae
Step 8/10 : ENV MAYA_MAJOR_VERSION="${maya_version}"
---> Using cache
---> 8fe1799b5234
Step 9/10 : COPY scripts/build_maya.sh scripts/download_maya.sh /tmp/
---> Using cache
---> 1c969dc3e3d4
Step 10/10 : RUN /tmp/download_maya.sh && /tmp/build_maya.sh
---> Using cache
---> d6800c4a7525
Successfully built d6800c4a7525
Successfully tagged usd-docker/maya:1-centos7
Build USD v18.11
Sending build context to Docker daemon 57.86kB
Step 1/15 : ARG maya_version
Step 2/15 : FROM usd-docker/maya${maya_version}:latest-centos7
pull access denied for usd-docker/maya2017, repository does not exist or may require 'docker login'
./build-centos7_maya.sh: line 26: 300 Terminated python -m SimpleHTTPServer