Skip to content

Commit b1e16b3

Browse files
authored
fix module path
1 parent 8a08542 commit b1e16b3

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
@@ -13,7 +13,7 @@ RUN apt-get -q update && \
1313
RUN pip install --no-cache-dir git+https://github.com/VIDA-NYU/ptgctl.git
1414
ADD setup.py README.md LICENSE $DIR/
1515
ADD ptgprocess/__init__.py $DIR/ptgprocess/
16-
RUN pip install --no-cache-dir -U -e '/src/lib/ptgprocess'
16+
RUN pip install --no-cache-dir -U -e '$DIR/ptgprocess'
1717
ADD ptgprocess/ $DIR/ptgprocess/
1818

1919
ADD recorder/requirements.txt .

0 commit comments

Comments
 (0)