newturok commited on
Commit
bffdf27
·
verified ·
1 Parent(s): df9ec43

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -35,6 +35,10 @@ RUN git clone https://github.com/comfyanonymous/ComfyUI.git && \
35
 
36
  COPY --chmod=755 start.sh /start.sh
37
 
 
 
 
 
38
  WORKDIR /workspace
39
 
40
  EXPOSE 8188
 
35
 
36
  COPY --chmod=755 start.sh /start.sh
37
 
38
+ # Add Jupyter Notebook
39
+ RUN pip3 install jupyterlab
40
+ EXPOSE 8888
41
+
42
  WORKDIR /workspace
43
 
44
  EXPOSE 8188