Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -14,6 +14,8 @@ USER user
|
|
14 |
ENV HOME=/home/user
|
15 |
ENV PATH=/home/user/.local/bin:$PATH
|
16 |
WORKDIR /home/user/app
|
|
|
|
|
17 |
|
18 |
RUN pip install --no-cache-dir addict albumentations addict albumentations basicsr blendmodes einops gradio imageio imageio-ffmpeg invisible-watermark kornia numba omegaconf open_clip_torch prettytable pytorch-lightning safetensors streamlit streamlit-drawable-canvas test-tube timm torchmetrics transformers torch torchvision webdataset xformers yapf
|
19 |
|
|
|
14 |
ENV HOME=/home/user
|
15 |
ENV PATH=/home/user/.local/bin:$PATH
|
16 |
WORKDIR /home/user/app
|
17 |
+
RUN git clone https://huggingface.co/spaces/Anonymous-sub/Rerender /home/user/app
|
18 |
+
|
19 |
|
20 |
RUN pip install --no-cache-dir addict albumentations addict albumentations basicsr blendmodes einops gradio imageio imageio-ffmpeg invisible-watermark kornia numba omegaconf open_clip_torch prettytable pytorch-lightning safetensors streamlit streamlit-drawable-canvas test-tube timm torchmetrics transformers torch torchvision webdataset xformers yapf
|
21 |
|