We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a08542 commit b1e16b3Copy full SHA for b1e16b3
recorder/Dockerfile.v2
@@ -13,7 +13,7 @@ RUN apt-get -q update && \
13
RUN pip install --no-cache-dir git+https://github.com/VIDA-NYU/ptgctl.git
14
ADD setup.py README.md LICENSE $DIR/
15
ADD ptgprocess/__init__.py $DIR/ptgprocess/
16
-RUN pip install --no-cache-dir -U -e '/src/lib/ptgprocess'
+RUN pip install --no-cache-dir -U -e '$DIR/ptgprocess'
17
ADD ptgprocess/ $DIR/ptgprocess/
18
19
ADD recorder/requirements.txt .
0 commit comments