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
{{ message }}
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
Building nvidia-license-server
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/
Sending build context to Docker daemon 11.74MB
Step 1/11 : FROM centos/systemd
---> 05d3c1e2d0c1
Step 2/11 : RUN yum install -y java wget sudo expect
---> Using cache
---> 088751046310
Step 3/11 : RUN groupadd tomcat && useradd -d /usr/share/tomcat -g tomcat -M -s /bin/false tomcat && mkdir -p /usr/share/tomcat && cd /tmp && wget --no-check-certificate https://muug.ca/mirror/apache-dist/tomcat/tomcat-9/v9.0.71/bin/apache-tomcat-9.0.71.tar.gz && tar xvf apache-tomcat-.tar.gz -C /usr/share/tomcat --strip-components 1 && rm apache-tomcat-.tar.gz && cd /usr/share/tomcat && chgrp -R tomcat /usr/share/tomcat && chmod -R g+r conf && chmod g+x conf && chown -R tomcat webapps work temp logs
---> Using cache
---> c1aa86fbdf78
Step 4/11 : ADD rootfs/ /
---> Using cache
---> 58fa8c4470b8
Step 5/11 : RUN systemctl enable tomcat.service
---> Using cache
---> 723f7c55e9f6
Step 6/11 : RUN mkdir /install
---> Using cache
---> 424378f87faa
Step 7/11 : COPY setup.bin /install
COPY failed: file not found in build context or excluded by .dockerignore: stat setup.bin: file does not exist
ERROR: Service 'nvidia-license-server' failed to build : Build failed
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Building nvidia-license-server
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
Sending build context to Docker daemon 11.74MB
Step 1/11 : FROM centos/systemd
---> 05d3c1e2d0c1
Step 2/11 : RUN yum install -y java wget sudo expect
---> Using cache
---> 088751046310
Step 3/11 : RUN groupadd tomcat && useradd -d /usr/share/tomcat -g tomcat -M -s /bin/false tomcat && mkdir -p /usr/share/tomcat && cd /tmp && wget --no-check-certificate https://muug.ca/mirror/apache-dist/tomcat/tomcat-9/v9.0.71/bin/apache-tomcat-9.0.71.tar.gz && tar xvf apache-tomcat-.tar.gz -C /usr/share/tomcat --strip-components 1 && rm apache-tomcat-.tar.gz && cd /usr/share/tomcat && chgrp -R tomcat /usr/share/tomcat && chmod -R g+r conf && chmod g+x conf && chown -R tomcat webapps work temp logs
---> Using cache
---> c1aa86fbdf78
Step 4/11 : ADD rootfs/ /
---> Using cache
---> 58fa8c4470b8
Step 5/11 : RUN systemctl enable tomcat.service
---> Using cache
---> 723f7c55e9f6
Step 6/11 : RUN mkdir /install
---> Using cache
---> 424378f87faa
Step 7/11 : COPY setup.bin /install
COPY failed: file not found in build context or excluded by .dockerignore: stat setup.bin: file does not exist
ERROR: Service 'nvidia-license-server' failed to build : Build failed
The text was updated successfully, but these errors were encountered: