aswerdlow commited on
Commit
dfc083d
·
1 Parent(s): 9fbf259
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -66,7 +66,7 @@ COPY --chown=appuser configs configs
66
  COPY --chown=appuser third_party third_party
67
  COPY --chown=appuser ./__* ./
68
  COPY --chown=appuser ./*.py ./
69
- RUN ln -s ckpts/unidisc_interleaved/vq_ds16_t2i.pt ./ckpts/vq_ds16_t2i.pt
70
 
71
  # Switch to non-root user
72
  USER appuser
 
66
  COPY --chown=appuser third_party third_party
67
  COPY --chown=appuser ./__* ./
68
  COPY --chown=appuser ./*.py ./
69
+ RUN ln -s ckpts/unidisc_interleaved/vq_ds16_t2i.pt ckpts/vq_ds16_t2i.pt
70
 
71
  # Switch to non-root user
72
  USER appuser