update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -65,7 +65,7 @@ COPY --chown=appuser third_party third_party
|
|
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
|
|
|
65 |
COPY --chown=appuser ./__* ./
|
66 |
COPY --chown=appuser ./*.py ./
|
67 |
RUN mkdir -p ./ckpts/unidisc_interleaved
|
68 |
+
RUN HF_HUB_ENABLE_HF_TRANSFER=1 uvx --with hf_transfer --from huggingface_hub huggingface-cli download aswerdlow/unidisc_interleaved --local-dir ./ckpts/unidisc_interleaved
|
69 |
|
70 |
# Switch to non-root user
|
71 |
USER appuser
|