Skip to content

Commit 078c489

Browse files
committed
fix(docker): copy requirements-common_lock.txt into dev image
DependencyInstaller.sh resolves the pip lockfile relative to its own directory, so requirements-common_lock.txt must be copied alongside it into /tmp/installer/etc/ inside the container. Signed-off-by: Jack Luar <jluar@precisioninno.com>
1 parent ab08700 commit 078c489

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ FROM $fromImage
88
WORKDIR /tmp/installer/etc
99

1010
COPY DependencyInstaller.sh .
11+
COPY requirements-common_lock.txt .
1112

1213
COPY InstallerOpenROAD.sh \
1314
/tmp/installer/tools/OpenROAD/etc/DependencyInstaller.sh

0 commit comments

Comments
 (0)