adjustments to remove my customizations

This commit is contained in:
Steven Lu (5950X 20.04[tmux]) 2023-07-14 06:18:15 -04:00 committed by Steven Lu (5950X 20.04)
parent 27c560cdcd
commit e8681cf80f
2 changed files with 3 additions and 10 deletions

View file

@ -25,18 +25,13 @@ WORKDIR ${ROOT}
ARG BRANCH=master SHA=8607c2d42d10b0108de02528e813cc703e58813f
RUN --mount=type=cache,target=/root/.cache/pip \
ls -la models && \
ls -la models/vae_approx && \
git fetch && \
git checkout ${BRANCH} && \
echo cach_bust 2 && \
git pull && \
# git reset --hard ${SHA} && \
git reset --hard ${SHA} && \
pip install -r requirements.txt
# add info
COPY . /docker/
RUN ls -la /docker
RUN cp /docker/extra_model_paths.yaml ${ROOT}
ENV NVIDIA_VISIBLE_DEVICES=all