Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
|