We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5315faa + 9ab1a0e commit a069306Copy full SHA for a069306
1 file changed
Dockerfile
@@ -69,7 +69,7 @@ COPY --from=gtsam-clone /usr/src/gtsam /usr/src/gtsam
69
WORKDIR /usr/src/gtsam/build
70
71
# Needed to link with GTSAM
72
-RUN echo 'export LD_LIBRARY_PATH=/usr/local/lib:LD_LIBRARY_PATH' >> /root/.bashrc
+RUN echo "export LD_LIBRARY_PATH=/usr/local/lib:\$LD_LIBRARY_PATH" >> /root/.bashrc
73
74
# Install python wrapper requirements
75
RUN python3 -m pip install -U -r /usr/src/gtsam/python/requirements.txt
0 commit comments