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:bug/SG-861_decouple_qat_from_train_from_config
ARG DOCKER_IMAGE_TAG=11.3.1-devel-ubuntu20.04 FROM nvidia/cuda:${DOCKER_IMAGE_TAG} LABEL maintainer "DECI.AI <services@deci.ai>" ARG DEBIAN_FRONTEND=noninteractive RUN mkdir /SG WORKDIR /SG RUN apt-get update && apt-get install -y python3-pip python-is-python3 pip libgl1 libglib2.0-0 git python3-distutils python3-typing-extensions \ && rm -rf /var/lib/apt/lists/* COPY . . RUN pip install . --no-cache-dir && pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 --extra-index-url https://download.pytorch.org/whl/cu113 --no-cache-dir RUN pip uninstall -y typing_extensions && pip install wandb --no-cache-dir
Press p or to see the previous file or, n or to see the next file