Spaces:
Running
on
A10G
Running
on
A10G
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -13,6 +13,7 @@ USER root
|
|
13 |
RUN mkdir /data && chown user:user /data
|
14 |
|
15 |
RUN sed -i 's/listen \(\[::\]:\)\?80 default_server;/listen \17860 default_server;/g' /etc/nginx/nginx.conf
|
|
|
16 |
|
17 |
#For debugging
|
18 |
RUN cat /etc/nginx/nginx.conf
|
|
|
13 |
RUN mkdir /data && chown user:user /data
|
14 |
|
15 |
RUN sed -i 's/listen \(\[::\]:\)\?80 default_server;/listen \17860 default_server;/g' /etc/nginx/nginx.conf
|
16 |
+
RUN sed -i '/<Nav \/>/!b;n;a\<div class="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
|
17 |
|
18 |
#For debugging
|
19 |
RUN cat /etc/nginx/nginx.conf
|