We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d9047 commit b40964eCopy full SHA for b40964e
recorder/Dockerfile.v2
@@ -15,4 +15,4 @@ RUN pip install --no-cache-dir -U -e ./ptgprocess
15
ADD ptgprocess/* ptgprocess/ptgprocess/
16
17
ADD recorder/requirements.txt .
18
-RUN pip install --no-cache-dir -r recorder/requirements.txt
+RUN pip install --no-cache-dir -r requirements.txt
0 commit comments