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

#1001 Bug/sg 861 decouple qat from train from config

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:bug/SG-861_decouple_qat_from_train_from_config
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
Discard
Tip!

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