Manofem commited on
Commit
9453c81
·
1 Parent(s): d127a48

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
6
 
7
  # Clone the Git repository into the container
8
  RUN git clone https://github.com/s0md3v/roop.git .
9
-
10
  # Install any dependencies
11
  RUN pip install -r requirements.txt
12
 
 
6
 
7
  # Clone the Git repository into the container
8
  RUN git clone https://github.com/s0md3v/roop.git .
9
+ RUN cd roop
10
  # Install any dependencies
11
  RUN pip install -r requirements.txt
12