Spaces:
Running
on
A10G
Running
on
A10G
Commit
•
57e7fe3
1
Parent(s):
7c5d71e
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ 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"><a href="https://huggingface.co/spaces/subbytech/comfyui-launcher?duplicate=true" target="_blank"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" /></a> to use it privately
|
10 |
RUN cd /app/web && npm run build
|
11 |
|
12 |
#######################################
|
|
|
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"><a href="https://huggingface.co/spaces/subbytech/comfyui-launcher?duplicate=true" target="_blank"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg" /></a> to use it privately, as the launcher may not work behave properly in this shared environment.</div>' /app/web/src/pages/index.tsx
|
10 |
RUN cd /app/web && npm run build
|
11 |
|
12 |
#######################################
|