update
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -66,6 +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 |
|
70 |
# Switch to non-root user
|
71 |
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
|