Thank you! We'll be in touch ASAP.
Something went wrong, please try again or contact us directly at contact@dagshub.com
Deci-AI:master
deci-ai:hotfix/SG-000-fix_documentation_link
ARG BASE_TAG ARG BASE_DOCKER_REPO FROM ${BASE_DOCKER_REPO:-307629990626.dkr.ecr.us-east-1.amazonaws.com/deci/super-gradients}:${BASE_TAG:-latest} LABEL maintainer "DECI.AI <services@deci.ai>" ARG DEBIAN_FRONTEND=noninteractive WORKDIR / RUN rm -rf /SG && mkdir /SG WORKDIR /SG COPY . . RUN pip install . --no-cache-dir
Press p or to see the previous file or, n or to see the next file