fixed
Browse files- S2FApp/Dockerfile +1 -0
S2FApp/Dockerfile
CHANGED
|
@@ -23,6 +23,7 @@ RUN pip install --no-cache-dir torch torchvision --index-url https://download.py
|
|
| 23 |
COPY --chown=user:user app.py predictor.py download_ckp.py ./
|
| 24 |
COPY --chown=user:user .streamlit/ .streamlit/
|
| 25 |
COPY --chown=user:user models/ models/
|
|
|
|
| 26 |
COPY --chown=user:user utils/ utils/
|
| 27 |
COPY --chown=user:user config/ config/
|
| 28 |
COPY --chown=user:user samples/ samples/
|
|
|
|
| 23 |
COPY --chown=user:user app.py predictor.py download_ckp.py ./
|
| 24 |
COPY --chown=user:user .streamlit/ .streamlit/
|
| 25 |
COPY --chown=user:user models/ models/
|
| 26 |
+
COPY --chown=user:user ui/ ui/
|
| 27 |
COPY --chown=user:user utils/ utils/
|
| 28 |
COPY --chown=user:user config/ config/
|
| 29 |
COPY --chown=user:user samples/ samples/
|