Skip to content

Commit b40964e

Browse files
authored
fix req path inside container
1 parent 65d9047 commit b40964e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recorder/Dockerfile.v2

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ RUN pip install --no-cache-dir -U -e ./ptgprocess
1515
ADD ptgprocess/* ptgprocess/ptgprocess/
1616

1717
ADD recorder/requirements.txt .
18-
RUN pip install --no-cache-dir -r recorder/requirements.txt
18+
RUN pip install --no-cache-dir -r requirements.txt

0 commit comments

Comments
 (0)