Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

Dockerfile.branch.code 319 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. ARG BASE_TAG
  2. ARG BASE_DOCKER_REPO
  3. FROM ${BASE_DOCKER_REPO:-307629990626.dkr.ecr.us-east-1.amazonaws.com/deci/super-gradients}:${BASE_TAG:-latest}
  4. LABEL maintainer "DECI.AI <services@deci.ai>"
  5. ARG DEBIAN_FRONTEND=noninteractive
  6. WORKDIR /
  7. RUN rm -rf /SG && mkdir /SG
  8. WORKDIR /SG
  9. COPY . .
  10. RUN pip install . --no-cache-dir
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...