multimodalart HF staff commited on
Commit
94ed498
·
verified ·
1 Parent(s): 95d294e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ 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 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
9
  RUN cd /app/web && npm run build
10
 
11
  #######################################
 
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
10
 
11
  #######################################