jhj0517 commited on
Commit
819759c
1 Parent(s): 4f3aeaa

Add comment for cpu environment

Browse files
Files changed (1) hide show
  1. docker/Dockerfile +2 -2
docker/Dockerfile CHANGED
@@ -7,10 +7,10 @@ RUN apt-get update && \
7
 
8
  WORKDIR /AdvancedLivePortrait-WebUI
9
 
10
- # Edit to `requirements-cpu.txt` if you're not using Nvidia GPU
11
  COPY requirements.txt .
12
 
13
- # Edit to `requirements-cpu.txt` if you're not using Nvidia GPU
14
  RUN python3 -m venv venv && \
15
  . venv/bin/activate && \
16
  pip install --no-cache-dir -r requirements.txt
 
7
 
8
  WORKDIR /AdvancedLivePortrait-WebUI
9
 
10
+ # Edit requirements-cpu.txt if you're not using Nvidia GPU
11
  COPY requirements.txt .
12
 
13
+ # Edit requirements-cpu.txt if you're not using Nvidia GPU
14
  RUN python3 -m venv venv && \
15
  . venv/bin/activate && \
16
  pip install --no-cache-dir -r requirements.txt