Skip to content
Snippets Groups Projects
Commit 83851995 authored by Johannes Junggeburth's avatar Johannes Junggeburth :dog2:
Browse files

Do the same for the lightweight container

parent d44b65d3
No related branches found
No related tags found
1 merge request!61Docker file fixes
......@@ -10,6 +10,8 @@ RUN mkdir -p /workdir/build_geomodel/ && \
sudo make install && \
cd .. && \
sudo rm -rf build_geomodel GeoModel_src && \
echo "export PATH=\"/usr/local/GeoModel/bin:\${PATH}\"" >> /home/atlas/.bashrc && \
echo "export LD_LIBRARY_PATH=\"/usr/local/GeoModel/lib:\${LD_LIBRARY_PATH}\"" >> /home/atlas/.bashrc
sudo echo "#!/bin/bash" > /usr/local/GeoModel/setup_docker.sh && \
sudo echo "export PATH=\"/usr/local/GeoModel/bin:\${PATH}\"" >> /usr/local/GeoModel/setup_docker.sh && \
sudo echo "export LD_LIBRARY_PATH=\"/usr/local/GeoModel/lib:\${LD_LIBRARY_PATH}\"" >> /usr/local/GeoModel/setup_docker.sh && \
echo "source /usr/local/GeoModel/setup_docker.sh" > ~/.bashrc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment