Skip to content

Commit

Permalink
Move docker files to directory
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Aug 17, 2023
1 parent 6d8da30 commit c95204a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.cpu → docker/Dockerfile.cpu
Expand Up @@ -8,4 +8,4 @@ RUN apt-get install -y ffmpeg

RUN git clone https://github.com/s0md3v/roop.git .
RUN git checkout next
RUN pip install -r requirements-docker.cpu.txt
RUN pip install -r docker/requirements-docker.cpu.txt
2 changes: 1 addition & 1 deletion Dockerfile.cuda → docker/Dockerfile.cuda
Expand Up @@ -9,4 +9,4 @@ RUN apt-get install -y ffmpeg

RUN git clone https://github.com/s0md3v/roop.git .
RUN git checkout next
RUN pip install -r requirements-docker.cuda.txt
RUN pip install -r docker/requirements-docker.cuda.txt
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c95204a

Please sign in to comment.