atikur-rabbi commited on
Commit
c0f99f8
1 Parent(s): 61464df
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -26,11 +26,13 @@ USER huggingface
26
 
27
  WORKDIR /home/huggingface
28
 
 
29
  RUN wget https://github.com/cmdr2/stable-diffusion-ui/releases/download/v2.5.24/Easy-Diffusion-Linux.zip && \
30
  unzip Easy-Diffusion-Linux.zip && \
31
  rm Easy-Diffusion-Linux.zip
32
 
33
  # ENTRYPOINT [ "docker-entrypoint.py" ]
34
  RUN cd easy-diffusion && \
35
- ls -l && \
36
- ./start.sh
 
 
26
 
27
  WORKDIR /home/huggingface
28
 
29
+ EXPOSE 9000
30
  RUN wget https://github.com/cmdr2/stable-diffusion-ui/releases/download/v2.5.24/Easy-Diffusion-Linux.zip && \
31
  unzip Easy-Diffusion-Linux.zip && \
32
  rm Easy-Diffusion-Linux.zip
33
 
34
  # ENTRYPOINT [ "docker-entrypoint.py" ]
35
  RUN cd easy-diffusion && \
36
+ ls -l
37
+ CMD [ "./start,sh" ]
38
+