Spaces:
Running
on
A10G
Running
on
A10G
Commit
•
bcb9d34
1
Parent(s):
94ed498
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -4,6 +4,7 @@ RUN useradd -m -u 1000 user
|
|
4 |
RUN chown -R user:user /app || true
|
5 |
RUN chown -R user:user /var || true
|
6 |
RUN chown -R user:user /run || true
|
|
|
7 |
|
8 |
RUN sed -i '/<Nav \/>/!b;n;a\<div className="flex flex-row space-x-5 p-5">The launcher may not work behave properly in this shared environment. <a href="https://huggingface.co/spaces/subbytech/comfyui-launcher?duplicate=true"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" /></a> to use it privately.</div>' /app/web/src/pages/index.tsx
|
9 |
RUN cd /app/web && npm run build
|
|
|
4 |
RUN chown -R user:user /app || true
|
5 |
RUN chown -R user:user /var || true
|
6 |
RUN chown -R user:user /run || true
|
7 |
+
RUN chown -R user:user /etc || true
|
8 |
|
9 |
RUN sed -i '/<Nav \/>/!b;n;a\<div className="flex flex-row space-x-5 p-5">The launcher may not work behave properly in this shared environment. <a href="https://huggingface.co/spaces/subbytech/comfyui-launcher?duplicate=true"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" /></a> to use it privately.</div>' /app/web/src/pages/index.tsx
|
10 |
RUN cd /app/web && npm run build
|