Skip to content
This repository was archived by the owner on Dec 10, 2023. It is now read-only.

Commit f15593f

Browse files
authored
Merge pull request #12 from seaniedan/patch-2
Update Dockerfile.nvidia-jupyter
2 parents c8643bc + d9b3056 commit f15593f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.nvidia-jupyter

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ RUN conda run -n deepfacelab pip3 install \
6666
colorama \
6767
tensorflow-gpu==2.4.0 \
6868
pyqt5
69-
RUN git clone git://github.com/xychelsea/deepfacelab.git ${DEEPFACELAB_PATH} \
69+
70+
RUN git clone git://github.com/xychelsea/deepfacelab.git ${DEEPFACELAB_PATH} \
7071
&& mkdir -p ${DEEPFACELAB_WORKSPACE} \
7172
&& rm -rvf ${ANACONDA_PATH}/share/jupyter/lab/staging
7273

0 commit comments

Comments
 (0)