aswerdlow commited on
Commit
d98361e
·
1 Parent(s): 7be2505
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -61,10 +61,11 @@ COPY --chown=appuser unidisc unidisc
61
  COPY --chown=appuser models models
62
  COPY --chown=appuser configs configs
63
  COPY --chown=appuser third_party third_party
64
- COPY --chown=appuser ckpts ckpts
65
  COPY --chown=appuser ./__* ./
66
  COPY --chown=appuser ./*.py ./
67
- # RUN huggingface-cli download aswerdlow/unidisc_interleaved --local-dir ./ckpts/unidisc_interleaved
 
68
 
69
  # Switch to non-root user
70
  USER appuser
 
61
  COPY --chown=appuser models models
62
  COPY --chown=appuser configs configs
63
  COPY --chown=appuser third_party third_party
64
+ # COPY --chown=appuser ckpts ckpts
65
  COPY --chown=appuser ./__* ./
66
  COPY --chown=appuser ./*.py ./
67
+ RUN mkdir -p ./ckpts/unidisc_interleaved
68
+ RUN huggingface-cli download aswerdlow/unidisc_interleaved --local-dir ./ckpts/unidisc_interleaved
69
 
70
  # Switch to non-root user
71
  USER appuser