Skip to content

Commit a069306

Browse files
authored
Merge pull request #41 from LockedThread/development
Development
2 parents 5315faa + 9ab1a0e commit a069306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ COPY --from=gtsam-clone /usr/src/gtsam /usr/src/gtsam
6969
WORKDIR /usr/src/gtsam/build
7070

7171
# Needed to link with GTSAM
72-
RUN echo 'export LD_LIBRARY_PATH=/usr/local/lib:LD_LIBRARY_PATH' >> /root/.bashrc
72+
RUN echo "export LD_LIBRARY_PATH=/usr/local/lib:\$LD_LIBRARY_PATH" >> /root/.bashrc
7373

7474
# Install python wrapper requirements
7575
RUN python3 -m pip install -U -r /usr/src/gtsam/python/requirements.txt

0 commit comments

Comments
 (0)