Thank you! We'll be in touch ASAP.
Something went wrong, please try again or contact us directly at contact@dagshub.com
puneethp:master
puneethp:update_dvc
FROM python:3.8 RUN pip install --upgrade pip && \ pip install -U setuptools==49.6.0 RUN apt-get update && \ apt-get install unzip groff -y COPY requirements.txt ./ RUN pip install -r requirements.txt
Press p or to see the previous file or, n or to see the next file