update
Browse files- 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 |
-
|
|
|
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
|