Update Dockerfile
Browse files- 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
|