multimodalart HF staff commited on
Commit
5f8ee9c
1 Parent(s): 05e05cc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 text-lg border border-gray-300 rounded-md max-w-6xl ml-5" style={{ maxWidth: \'1200px\', marginLeft: \'1.125rem\', backgroundColor: \'#fff4f0\', color: \'#515151\' }}><a href="https://huggingface.co/spaces/subbytech/comfyui-launcher?duplicate=true" target="_blank" className="text-lg"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-lg.svg" /></a><span style={{ marginTop: \'3px\' }}>to use it privately, as the launcher may not behave properly in this shared environment.</span></div>' /app/web/src/pages/index.tsx
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 text-lg border border-gray-300 rounded-md max-w-6xl ml-5" style={{ maxWidth: "1200px", marginLeft: "1.125rem", backgroundColor: "#fff4f0", color: "#515151" }}><a href="https://huggingface.co/spaces/subbytech/comfyui-launcher?duplicate=true" target="_blank" className="text-lg"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-lg.svg" /></a><span style={{ marginTop: "3px" }}>to use it privately, as the launcher may not behave properly in this shared environment.</span></div>' /app/web/src/pages/index.tsx
10
  RUN cd /app/web && npm run build
11
 
12
  #######################################